[merged] asm-generic-gpioh-pull-in-linux-kernelh-for-might_sleep.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>

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@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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@xxxxxxxxxx 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

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux