* [folded] gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links-update-fix.patch removed from -mm tree
@ 2009-09-22 21:49 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2009-09-22 21:49 UTC (permalink / raw)
To: randy.dunlap, david-b, dsilvers, ext-jani.1.nikula, mm-commits
The patch titled
gpio.h: fix warning for GENERIC_GPIO=n
has been removed from the -mm tree. Its filename was
gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links-update-fix.patch
This patch was dropped because it was folded into gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links.patch
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: gpio.h: fix warning for GENERIC_GPIO=n
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix build for CONFIG_GENERIC_GPIO=n, which causes this warning:
include/linux/gpio.h:93: warning: 'struct device' declared inside parameter list
include/linux/gpio.h:93: warning: its scope is only this definition or declaration, which is probably not what you want
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jani Nikula <ext-jani.1.nikula@nokia.com>
Cc: David Brownell <david-b@pacbell.net>
Cc: Daniel Silverstone <dsilvers@simtec.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/gpio.h | 2 ++
1 file changed, 2 insertions(+)
diff -puN include/linux/gpio.h~gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links-update-fix include/linux/gpio.h
--- a/include/linux/gpio.h~gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links-update-fix
+++ a/include/linux/gpio.h
@@ -12,6 +12,8 @@
#include <linux/types.h>
#include <linux/errno.h>
+struct device;
+
/*
* Some platforms don't support the GPIO programming interface.
*
_
Patches currently in -mm which might be from randy.dunlap@oracle.com are
origin.patch
procfs-provide-stack-information-for-threads-v08.patch
kcore-register-vmemmap-range.patch
spih-add-missing-kernel-doc-for-struct-spi_master.patch
gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links.patch
gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links-update-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-22 21:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 21:49 [folded] gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links-update-fix.patch removed from -mm tree akpm
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.