diff options
| author | Paul Gortmaker <[email protected]> | 2011-09-22 13:34:58 +0000 |
|---|---|---|
| committer | Paul Gortmaker <[email protected]> | 2011-10-31 23:31:22 +0000 |
| commit | d81a6d71760c4d8323f1f9a506c64084caa09063 (patch) | |
| tree | 8124e28291f2b46add8fb979f86d055e41d58d6e /sound/firewire/packets-buffer.c | |
| parent | sound: Add module.h to the previously silent sound users (diff) | |
| download | kernel-d81a6d71760c4d8323f1f9a506c64084caa09063.tar.gz kernel-d81a6d71760c4d8323f1f9a506c64084caa09063.zip | |
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
These aren't modules, but they do make use of these macros, so
they will need export.h to get that definition. Previously,
they got it via the implicit module.h inclusion.
Signed-off-by: Paul Gortmaker <[email protected]>
Diffstat (limited to 'sound/firewire/packets-buffer.c')
| -rw-r--r-- | sound/firewire/packets-buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/packets-buffer.c b/sound/firewire/packets-buffer.c index 3c61ca2e6152..ea1506679c66 100644 --- a/sound/firewire/packets-buffer.c +++ b/sound/firewire/packets-buffer.c @@ -6,6 +6,7 @@ */ #include <linux/firewire.h> +#include <linux/export.h> #include <linux/slab.h> #include "packets-buffer.h" |
