diff options
author | 2008-09-02 10:59:27 -0700 | |
---|---|---|
committer | 2008-09-02 10:59:27 -0700 | |
commit | 919fae1686881ed3922ea9de5b0c0a4feff3069e (patch) | |
tree | f96528958189ef42959f8e3caf129cf7f873025b /mm | |
parent | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux (diff) | |
parent | [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl() (diff) | |
download | wireguard-linux-919fae1686881ed3922ea9de5b0c0a4feff3069e.tar.xz wireguard-linux-919fae1686881ed3922ea9de5b0c0a4feff3069e.zip |
Merge git://git.infradead.org/users/dwmw2/random-2.6
* git://git.infradead.org/users/dwmw2/random-2.6:
[MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl()
dabusb_fpga_download(): fix a memory leak
Remove '#include <stddef.h>' from mm/page_isolation.c
Fix modules_install on RO nfs-exported trees.
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_isolation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_isolation.c b/mm/page_isolation.c index 3444b58033c8..c69f84fe038d 100644 --- a/mm/page_isolation.c +++ b/mm/page_isolation.c @@ -2,7 +2,6 @@ * linux/mm/page_isolation.c */ -#include <stddef.h> #include <linux/mm.h> #include <linux/page-isolation.h> #include <linux/pageblock-flags.h> |