public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Added #include of module.h to s3c_adc_battery.c
@ 2011-08-18 10:14 Ian
  2011-08-18 10:21 ` Vasily Khoruzhick
  0 siblings, 1 reply; 5+ messages in thread
From: Ian @ 2011-08-18 10:14 UTC (permalink / raw)
  To: Anton Vorontsov, u.kleine-koenig, Mark Brown, Vasily Khoruzhick
  Cc: linux-kernel

s3c_adc_battery.c will not compile without moule.h as it contains the
definitions of: MODULE_AUTHOR, MODULE_DESCRIPTION & MODULE_LICENSE.


Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
---
 drivers/power/s3c_adc_battery.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/power/s3c_adc_battery.c b/drivers/power/s3c_adc_battery.c
index a675e31..20770ba 100644
--- a/drivers/power/s3c_adc_battery.c
+++ b/drivers/power/s3c_adc_battery.c
@@ -9,6 +9,7 @@
  *
  */
 
+#include <linux/module.h>
 #include <linux/interrupt.h>
 #include <linux/platform_device.h>
 #include <linux/power_supply.h>
-- 
1.7.4.1






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

end of thread, other threads:[~2011-08-19 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-18 10:14 [PATCH] Added #include of module.h to s3c_adc_battery.c Ian
2011-08-18 10:21 ` Vasily Khoruzhick
2011-08-18 10:34   ` Ian
2011-08-18 16:06     ` Mark Brown
2011-08-19 16:55       ` Anton Vorontsov

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