All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/7] LPC32xx: clock.c: Missing header file
@ 2012-01-30 16:02 ` Roland Stigge
  0 siblings, 0 replies; 34+ messages in thread
From: Roland Stigge @ 2012-01-30 16:02 UTC (permalink / raw)
  To: linux-arm-kernel

This patch fixes the compiler warnings regarding the EXPORT_SYMBOL usage

Signed-off-by: Roland Stigge <stigge@antcom.de>

diff --git a/arch/arm/mach-lpc32xx/clock.c b/arch/arm/mach-lpc32xx/clock.c
index 1e02751..8e79313 100644
--- a/arch/arm/mach-lpc32xx/clock.c
+++ b/arch/arm/mach-lpc32xx/clock.c
@@ -82,6 +82,7 @@
  *   will also impact the individual peripheral rates.
  */
 
+#include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
 #include <linux/errno.h>

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

end of thread, other threads:[~2012-02-02 23:01 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 16:02 [PATCH v2 1/7] LPC32xx: clock.c: Missing header file Roland Stigge
2012-01-30 16:02 ` Roland Stigge
2012-01-30 16:02 ` [PATCH v2 2/7] LPC32xx: clock.c: jiffies wrapping Roland Stigge
2012-01-30 16:02   ` Roland Stigge
2012-01-31 10:24   ` Wolfram Sang
2012-01-31 10:24     ` Wolfram Sang
2012-01-30 16:02 ` [PATCH v2 3/7] LPC32xx: clock.c: Clock registration fixes Roland Stigge
2012-01-30 16:02   ` Roland Stigge
2012-01-30 16:02 ` [PATCH v2 4/7] LPC32xx: clock.c: MMC update Roland Stigge
2012-01-30 16:02   ` Roland Stigge
2012-01-30 16:02 ` [PATCH v2 5/7] LPC32xx: clock.c: warning fix Roland Stigge
2012-01-30 16:02   ` Roland Stigge
2012-01-31 10:26   ` Wolfram Sang
2012-01-31 10:26     ` Wolfram Sang
2012-01-30 16:02 ` [PATCH v2 6/7] LPC32xx: clock.c: USB PLL fix Roland Stigge
2012-01-30 16:02   ` Roland Stigge
2012-01-31 10:34   ` Wolfram Sang
2012-01-31 10:34     ` Wolfram Sang
2012-02-01 13:27     ` Roland Stigge
2012-02-01 13:27       ` Roland Stigge
2012-02-02 16:49       ` Wolfram Sang
2012-02-02 16:49         ` Wolfram Sang
2012-02-02 19:20         ` Roland Stigge
2012-02-02 19:20           ` Roland Stigge
2012-02-02 23:01           ` Wolfram Sang
2012-02-02 23:01             ` Wolfram Sang
2012-01-30 16:02 ` [PATCH v2 7/7] LPC32xx: clock.c: Fix mutex lock issues Roland Stigge
2012-01-30 16:02   ` Roland Stigge
2012-01-31 10:27   ` Wolfram Sang
2012-01-31 10:27     ` Wolfram Sang
2012-01-30 17:56 ` [PATCH v2 1/7] LPC32xx: clock.c: Missing header file Sergei Shtylyov
2012-01-30 17:56   ` Sergei Shtylyov
2012-01-31 10:22   ` Wolfram Sang
2012-01-31 10:22     ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.