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] [day] [month] [year] [list]
Date:	Wed, 23 Apr 2008 21:45:54 +0200
From:	"pHilipp Zabel" <philipp.zabel@...il.com>
To:	"Stephen Hemminger" <shemminger@...tta.com>
Cc:	"Russell King" <rmk+kernel@....linux.org.uk>,
	linux-arm-kernel@...ts.arm.linux.org.uk,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mfd: pasic3 driver build error

On Wed, Apr 23, 2008 at 8:22 PM, Stephen Hemminger
<shemminger@...tta.com> wrote:
> Fix build failure on other platforms because this driver includes
>  registers that do not exist on other platforms.

Yeah, people[1] already[2] noticed[3]. That #include statement was
left there accidentally, sorry about that. The fix[4] is in the ARM
tree.

[1] http://lkml.org/lkml/2008/4/22/40
[2] http://lkml.org/lkml/2008/4/22/323
[3] http://lkml.org/lkml/2008/4/21/593
[4] http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=5010/1

>  Signed-off-by: Stephen Hemminger <stephen.hemminger@...tta.com>
>
>  --- a/drivers/mfd/Kconfig       2008-04-23 11:16:06.000000000 -0700
>  +++ b/drivers/mfd/Kconfig       2008-04-23 11:16:52.000000000 -0700
>  @@ -32,6 +32,7 @@ config HTC_EGPIO
>
>   config HTC_PASIC3
>         tristate "HTC PASIC3 LED/DS1WM chip support"
>  +       depends on ARCH_PXA
>         help
>           This core driver provides register access for the LED/DS1WM
>           chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
>
--
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