mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Pavel Vasilyev <pavel@pavlinux.ru>
To: linux-kernel@vger.kernel.org
Subject: [PATCH]  type without #include <linux/types.h>
Date: Tue, 28 Jul 2009 09:08:25 +0400	[thread overview]
Message-ID: <200907280908.27412.pavel@pavlinux.ru> (raw)

GCC warning In latest git - 2.6.31-rc4: 

include/linux/pps.h:52: found __[us]{8,16,32,64}  
type without #include <linux/types.h>


diff --git a/include/linux/pps.h b/include/linux/pps.h
index cfe5c72..bef47e2 100644
--- a/include/linux/pps.h
+++ b/include/linux/pps.h
@@ -48,6 +48,9 @@
  * The simple fix is probably to add an explicit padding.
  *                                                     [David Woodhouse]
  */
+
+#include <linux/types.h>
+
 struct pps_ktime {
        __s64 sec;
        __s32 nsec;

--- 
Signed-of: pavel@pavlinux.ru

                 reply	other threads:[~2009-07-28  5:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200907280908.27412.pavel@pavlinux.ru \
    --to=pavel@pavlinux.ru \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®