lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 18 Aug 2011 11:34:48 +0100
From:	Ian <ian@...nsource.wolfsonmicro.com>
To:	Vasily Khoruzhick <anarsoul@...il.com>
Cc:	Anton Vorontsov <cbouatmailru@...il.com>,
	u.kleine-koenig@...gutronix.de,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Added #include of module.h to s3c_adc_battery.c

On Thu, 2011-08-18 at 13:21 +0300, Vasily Khoruzhick wrote:
> On Thursday 18 August 2011 13:14:09 Ian wrote:
> > s3c_adc_battery.c will not compile without moule.h as it contains the
> > definitions of: MODULE_AUTHOR, MODULE_DESCRIPTION & MODULE_LICENSE.
> 
> I've already sent pretty same patch a ~week ago, here it is:
> https://patchwork.kernel.org/patch/1061302/

Ah, apologies - please disregard this patch then.

Regards
Ian

> 
> Regards
> Vasily
> 
> > 
> > Signed-off-by: Ian Lartey <ian@...nsource.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>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ