mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [merged] asm-generic-gpioh-pull-in-linux-kernelh-for-might_sleep.patch removed from -mm tree
@ 2009-10-05 18:38 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-10-05 18:38 UTC (permalink / raw)
  To: vapier, mm-commits


The patch titled
     asm-generic/gpio.h: pull in linux/kernel.h for might_sleep()
has been removed from the -mm tree.  Its filename was
     asm-generic-gpioh-pull-in-linux-kernelh-for-might_sleep.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: asm-generic/gpio.h: pull in linux/kernel.h for might_sleep()
From: Mike Frysinger <vapier@gentoo.org>

The asm-generic/gpio.h header uses the might_sleep() macro but doesn't
include the header for it, so any source code that might include
linux/gpio.h before linux/kernel.h can easily lead to a build failure.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/asm-generic/gpio.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN include/asm-generic/gpio.h~asm-generic-gpioh-pull-in-linux-kernelh-for-might_sleep include/asm-generic/gpio.h
--- a/include/asm-generic/gpio.h~asm-generic-gpioh-pull-in-linux-kernelh-for-might_sleep
+++ a/include/asm-generic/gpio.h
@@ -1,6 +1,7 @@
 #ifndef _ASM_GENERIC_GPIO_H
 #define _ASM_GENERIC_GPIO_H
 
+#include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/errno.h>
 
_

Patches currently in -mm which might be from vapier@gentoo.org are

linux-next.patch
mfd-adp5520-multifunction-lcd-backlight-and-keypad-input-device-driver.patch
serial-fit-blackfin-uart-over-sport-driver-into-common-uart-infrastructure.patch
fbdev-bfin-lq035q1-fb-new-blackfin-landscape-lcd-ez-extender-driver.patch
fbdev-bfin-t350mcqb-fb-handle-all-resources-in-suspend-resume.patch
fbdev-bfin-t350mcqb-fb-fix-lcd-dimensions.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-05 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-05 18:38 [merged] asm-generic-gpioh-pull-in-linux-kernelh-for-might_sleep.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).