Commit ebc79c4f authored by Linus Torvalds's avatar Linus Torvalds

Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6:
  includecheck fix: x86, cpu/common.c
  includecheck fix: kernel/trace, ring_buffer.c
  includecheck fix: include/linux, ftrace.h
  includecheck fix: include/linux, page_cgroup.h
  includecheck fix: include/linux, aio.h
  includecheck fix: include/drm, drm_memory.h
  includecheck fix: include/acpi, acpi_bus.h
  includecheck fix: drivers/xen, evtchn.c
  includecheck fix: drivers/video, vgacon.c
  includecheck fix: drivers/scsi, ibmvscsi.c
  includecheck fix: drivers/scsi, libfcoe.c
  includecheck fix: x86, shadow.c
  includecheck fix: x86, traps.c
  includecheck fix: um, helper.c
  includecheck fix: s390, sys_s390.c
parents dcbb5593 5ac76878
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <linux/personality.h> #include <linux/personality.h>
#include <linux/unistd.h> #include <linux/unistd.h>
#include <linux/ipc.h> #include <linux/ipc.h>
#include <linux/syscalls.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include "entry.h" #include "entry.h"
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "os.h" #include "os.h"
#include "um_malloc.h" #include "um_malloc.h"
#include "user.h" #include "user.h"
#include <linux/limits.h>
struct helper_data { struct helper_data {
void (*pre_exec)(void*); void (*pre_exec)(void*);
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include <asm/mce.h> #include <asm/mce.h>
#include <asm/msr.h> #include <asm/msr.h>
#include <asm/pat.h> #include <asm/pat.h>
#include <linux/smp.h>
#ifdef CONFIG_X86_LOCAL_APIC #ifdef CONFIG_X86_LOCAL_APIC
#include <asm/uv/uv.h> #include <asm/uv/uv.h>
......
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
#else #else
#include <asm/processor-flags.h> #include <asm/processor-flags.h>
#include <asm/setup.h> #include <asm/setup.h>
#include <asm/traps.h>
asmlinkage int system_call(void); asmlinkage int system_call(void);
......
#include <linux/kmemcheck.h> #include <linux/kmemcheck.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/module.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <linux/ethtool.h> #include <linux/ethtool.h>
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <linux/if_vlan.h> #include <linux/if_vlan.h>
#include <linux/netdevice.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/bitops.h> #include <linux/bitops.h>
#include <net/rtnetlink.h> #include <net/rtnetlink.h>
......
...@@ -73,7 +73,6 @@ ...@@ -73,7 +73,6 @@
#include <linux/of.h> #include <linux/of.h>
#include <asm/firmware.h> #include <asm/firmware.h>
#include <asm/vio.h> #include <asm/vio.h>
#include <asm/firmware.h>
#include <scsi/scsi.h> #include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h> #include <scsi/scsi_cmnd.h>
#include <scsi/scsi_host.h> #include <scsi/scsi_host.h>
......
...@@ -180,7 +180,6 @@ static inline void vga_set_mem_top(struct vc_data *c) ...@@ -180,7 +180,6 @@ static inline void vga_set_mem_top(struct vc_data *c)
} }
#ifdef CONFIG_VGACON_SOFT_SCROLLBACK #ifdef CONFIG_VGACON_SOFT_SCROLLBACK
#include <linux/slab.h>
/* software scrollback */ /* software scrollback */
static void *vgacon_scrollback; static void *vgacon_scrollback;
static int vgacon_scrollback_tail; static int vgacon_scrollback_tail;
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include <linux/string.h> #include <linux/string.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/errno.h>
#include <linux/miscdevice.h> #include <linux/miscdevice.h>
#include <linux/major.h> #include <linux/major.h>
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
......
...@@ -356,7 +356,6 @@ void acpi_remove_dir(struct acpi_device *); ...@@ -356,7 +356,6 @@ void acpi_remove_dir(struct acpi_device *);
/* /*
* Bind physical devices with ACPI devices * Bind physical devices with ACPI devices
*/ */
#include <linux/device.h>
struct acpi_bus_type { struct acpi_bus_type {
struct list_head list; struct list_head list;
struct bus_type *bus; struct bus_type *bus;
......
...@@ -44,8 +44,6 @@ ...@@ -44,8 +44,6 @@
#if __OS_HAS_AGP #if __OS_HAS_AGP
#include <linux/vmalloc.h>
#ifdef HAVE_PAGE_AGP #ifdef HAVE_PAGE_AGP
#include <asm/agp.h> #include <asm/agp.h>
#else #else
......
...@@ -225,8 +225,6 @@ static inline void exit_aio(struct mm_struct *mm) { } ...@@ -225,8 +225,6 @@ static inline void exit_aio(struct mm_struct *mm) { }
#define io_wait_to_kiocb(wait) container_of(wait, struct kiocb, ki_wait) #define io_wait_to_kiocb(wait) container_of(wait, struct kiocb, ki_wait)
#include <linux/aio_abi.h>
static inline struct kiocb *list_kiocb(struct list_head *h) static inline struct kiocb *list_kiocb(struct list_head *h)
{ {
return list_entry(h, struct kiocb, ki_list); return list_entry(h, struct kiocb, ki_list);
......
...@@ -446,7 +446,6 @@ static inline void unpause_graph_tracing(void) { } ...@@ -446,7 +446,6 @@ static inline void unpause_graph_tracing(void) { }
#endif /* CONFIG_FUNCTION_GRAPH_TRACER */ #endif /* CONFIG_FUNCTION_GRAPH_TRACER */
#ifdef CONFIG_TRACING #ifdef CONFIG_TRACING
#include <linux/sched.h>
/* flags for current->trace */ /* flags for current->trace */
enum { enum {
......
...@@ -105,14 +105,14 @@ static inline void __init page_cgroup_init_flatmem(void) ...@@ -105,14 +105,14 @@ static inline void __init page_cgroup_init_flatmem(void)
#endif #endif
#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
#include <linux/swap.h> #include <linux/swap.h>
#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
extern unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id); extern unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id);
extern unsigned short lookup_swap_cgroup(swp_entry_t ent); extern unsigned short lookup_swap_cgroup(swp_entry_t ent);
extern int swap_cgroup_swapon(int type, unsigned long max_pages); extern int swap_cgroup_swapon(int type, unsigned long max_pages);
extern void swap_cgroup_swapoff(int type); extern void swap_cgroup_swapoff(int type);
#else #else
#include <linux/swap.h>
static inline static inline
unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id) unsigned short swap_cgroup_record(swp_entry_t ent, unsigned short id)
......
...@@ -201,8 +201,6 @@ int tracing_is_on(void) ...@@ -201,8 +201,6 @@ int tracing_is_on(void)
} }
EXPORT_SYMBOL_GPL(tracing_is_on); EXPORT_SYMBOL_GPL(tracing_is_on);
#include "trace.h"
#define RB_EVNT_HDR_SIZE (offsetof(struct ring_buffer_event, array)) #define RB_EVNT_HDR_SIZE (offsetof(struct ring_buffer_event, array))
#define RB_ALIGNMENT 4U #define RB_ALIGNMENT 4U
#define RB_MAX_SMALL_DATA (RB_ALIGNMENT * RINGBUF_TYPE_DATA_TYPE_LEN_MAX) #define RB_MAX_SMALL_DATA (RB_ALIGNMENT * RINGBUF_TYPE_DATA_TYPE_LEN_MAX)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment