diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-06 22:44:47 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-06 22:44:47 -0500 |
| commit | 32aaeffbd4a7457bf2f7448b33b5946ff2a960eb (patch) | |
| tree | faf7ad871d87176423ff9ed1d1ba4d9c688fc23f /drivers/usb/wusbcore | |
| parent | 208bca0860406d16398145ddd950036a737c3c9d (diff) | |
| parent | 67b84999b1a8b1af5625b1eabe92146c5eb42932 (diff) | |
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
* 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux: (230 commits)
Revert "tracing: Include module.h in define_trace.h"
irq: don't put module.h into irq.h for tracking irqgen modules.
bluetooth: macroize two small inlines to avoid module.h
ip_vs.h: fix implicit use of module_get/module_put from module.h
nf_conntrack.h: fix up fallout from implicit moduleparam.h presence
include: replace linux/module.h with "struct module" wherever possible
include: convert various register fcns to macros to avoid include chaining
crypto.h: remove unused crypto_tfm_alg_modname() inline
uwb.h: fix implicit use of asm/page.h for PAGE_SIZE
pm_runtime.h: explicitly requires notifier.h
linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.h
miscdevice.h: fix up implicit use of lists and types
stop_machine.h: fix implicit use of smp.h for smp_processor_id
of: fix implicit use of errno.h in include/linux/of.h
of_platform.h: delete needless include <linux/module.h>
acpi: remove module.h include from platform/aclinux.h
miscdevice.h: delete unnecessary inclusion of module.h
device_cgroup.h: delete needless include <linux/module.h>
net: sch_generic remove redundant use of <linux/module.h>
net: inet_timewait_sock doesnt need <linux/module.h>
...
Fix up trivial conflicts (other header files, and removal of the ab3550 mfd driver) in
- drivers/media/dvb/frontends/dibx000_common.c
- drivers/media/video/{mt9m111.c,ov6650.c}
- drivers/mfd/ab3550-core.c
- include/linux/dmaengine.h
Diffstat (limited to 'drivers/usb/wusbcore')
| -rw-r--r-- | drivers/usb/wusbcore/devconnect.c | 1 | ||||
| -rw-r--r-- | drivers/usb/wusbcore/mmc.c | 1 | ||||
| -rw-r--r-- | drivers/usb/wusbcore/rh.c | 1 | ||||
| -rw-r--r-- | drivers/usb/wusbcore/security.c | 1 | ||||
| -rw-r--r-- | drivers/usb/wusbcore/wa-hc.c | 1 | ||||
| -rw-r--r-- | drivers/usb/wusbcore/wa-rpipe.c | 1 | ||||
| -rw-r--r-- | drivers/usb/wusbcore/wa-xfer.c | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/wusbcore/devconnect.c b/drivers/usb/wusbcore/devconnect.c index 7ec24e46b34b..231009af65a3 100644 --- a/drivers/usb/wusbcore/devconnect.c +++ b/drivers/usb/wusbcore/devconnect.c | |||
| @@ -90,6 +90,7 @@ | |||
| 90 | #include <linux/ctype.h> | 90 | #include <linux/ctype.h> |
| 91 | #include <linux/slab.h> | 91 | #include <linux/slab.h> |
| 92 | #include <linux/workqueue.h> | 92 | #include <linux/workqueue.h> |
| 93 | #include <linux/export.h> | ||
| 93 | #include "wusbhc.h" | 94 | #include "wusbhc.h" |
| 94 | 95 | ||
| 95 | static void wusbhc_devconnect_acked_work(struct work_struct *work); | 96 | static void wusbhc_devconnect_acked_work(struct work_struct *work); |
diff --git a/drivers/usb/wusbcore/mmc.c b/drivers/usb/wusbcore/mmc.c index 0a57ff0a0b0c..b8c72583c040 100644 --- a/drivers/usb/wusbcore/mmc.c +++ b/drivers/usb/wusbcore/mmc.c | |||
| @@ -38,6 +38,7 @@ | |||
| 38 | */ | 38 | */ |
| 39 | #include <linux/usb/wusb.h> | 39 | #include <linux/usb/wusb.h> |
| 40 | #include <linux/slab.h> | 40 | #include <linux/slab.h> |
| 41 | #include <linux/export.h> | ||
| 41 | #include "wusbhc.h" | 42 | #include "wusbhc.h" |
| 42 | 43 | ||
| 43 | /* Initialize the MMCIEs handling mechanism */ | 44 | /* Initialize the MMCIEs handling mechanism */ |
diff --git a/drivers/usb/wusbcore/rh.c b/drivers/usb/wusbcore/rh.c index 39de3900ad20..59ff254dfb6f 100644 --- a/drivers/usb/wusbcore/rh.c +++ b/drivers/usb/wusbcore/rh.c | |||
| @@ -70,6 +70,7 @@ | |||
| 70 | * wusbhc_rh_start_port_reset() ??? unimplemented | 70 | * wusbhc_rh_start_port_reset() ??? unimplemented |
| 71 | */ | 71 | */ |
| 72 | #include <linux/slab.h> | 72 | #include <linux/slab.h> |
| 73 | #include <linux/export.h> | ||
| 73 | #include "wusbhc.h" | 74 | #include "wusbhc.h" |
| 74 | 75 | ||
| 75 | /* | 76 | /* |
diff --git a/drivers/usb/wusbcore/security.c b/drivers/usb/wusbcore/security.c index b60799b811c1..371f61733f05 100644 --- a/drivers/usb/wusbcore/security.c +++ b/drivers/usb/wusbcore/security.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
| 27 | #include <linux/usb/ch9.h> | 27 | #include <linux/usb/ch9.h> |
| 28 | #include <linux/random.h> | 28 | #include <linux/random.h> |
| 29 | #include <linux/export.h> | ||
| 29 | #include "wusbhc.h" | 30 | #include "wusbhc.h" |
| 30 | 31 | ||
| 31 | static void wusbhc_set_gtk_callback(struct urb *urb); | 32 | static void wusbhc_set_gtk_callback(struct urb *urb); |
diff --git a/drivers/usb/wusbcore/wa-hc.c b/drivers/usb/wusbcore/wa-hc.c index 0d1863c9edde..9e4a92461688 100644 --- a/drivers/usb/wusbcore/wa-hc.c +++ b/drivers/usb/wusbcore/wa-hc.c | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | * FIXME: docs | 23 | * FIXME: docs |
| 24 | */ | 24 | */ |
| 25 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
| 26 | #include <linux/module.h> | ||
| 26 | #include "wusbhc.h" | 27 | #include "wusbhc.h" |
| 27 | #include "wa-hc.h" | 28 | #include "wa-hc.h" |
| 28 | 29 | ||
diff --git a/drivers/usb/wusbcore/wa-rpipe.c b/drivers/usb/wusbcore/wa-rpipe.c index 2acc7f504c51..f0d546c5a089 100644 --- a/drivers/usb/wusbcore/wa-rpipe.c +++ b/drivers/usb/wusbcore/wa-rpipe.c | |||
| @@ -61,6 +61,7 @@ | |||
| 61 | #include <linux/atomic.h> | 61 | #include <linux/atomic.h> |
| 62 | #include <linux/bitmap.h> | 62 | #include <linux/bitmap.h> |
| 63 | #include <linux/slab.h> | 63 | #include <linux/slab.h> |
| 64 | #include <linux/export.h> | ||
| 64 | 65 | ||
| 65 | #include "wusbhc.h" | 66 | #include "wusbhc.h" |
| 66 | #include "wa-hc.h" | 67 | #include "wa-hc.h" |
diff --git a/drivers/usb/wusbcore/wa-xfer.c b/drivers/usb/wusbcore/wa-xfer.c index 419334568be6..57c01ab09ad8 100644 --- a/drivers/usb/wusbcore/wa-xfer.c +++ b/drivers/usb/wusbcore/wa-xfer.c | |||
| @@ -84,6 +84,7 @@ | |||
| 84 | #include <linux/slab.h> | 84 | #include <linux/slab.h> |
| 85 | #include <linux/hash.h> | 85 | #include <linux/hash.h> |
| 86 | #include <linux/ratelimit.h> | 86 | #include <linux/ratelimit.h> |
| 87 | #include <linux/export.h> | ||
| 87 | 88 | ||
| 88 | #include "wa-hc.h" | 89 | #include "wa-hc.h" |
| 89 | #include "wusbhc.h" | 90 | #include "wusbhc.h" |
