public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: incorrect build fix
@ 2011-11-08 21:26 Stephen Rothwell
  2011-11-09  5:08 ` Kukjin Kim
  2011-11-09  6:11 ` Kukjin Kim
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Rothwell @ 2011-11-08 21:26 UTC (permalink / raw)
  To: Kyungmin Park; +Cc: Kukjin Kim, linux-next, LKML

[-- Attachment #1: Type: text/plain, Size: 565 bytes --]

Hi,

I noticed in commit 8644c202ff42 ("ARM: EXYNOS: Fix compiler error with
THIS_MODULE") in the s5p tree, an include of linux/module.h is used to
get THIS_MODULE. For THIS_MODULE, you only need to include
linux/export.h, now.  To fix the other errors that were fixed by side
effects of including module.h, you should include linux/time.h (for
struct timeval, USEC_PER_SEC and do_gettimeofday).

Please try a bit harder to get these things right.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-09  7:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 21:26 linux-next: incorrect build fix Stephen Rothwell
2011-11-09  5:08 ` Kukjin Kim
2011-11-09  6:11 ` Kukjin Kim
2011-11-09  6:37   ` Stephen Rothwell
2011-11-09  7:12     ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox