Skip to content

Commit 0c073e3

Browse files
Paul Gortmakertorvalds
authored andcommitted
arm: Add export.h to recently added files for EXPORT_SYMBOL
These files didn't exist at the time of the module.h split, and so were not fixed by the commits on that baseline. Since they use the EXPORT_SYMBOL and/or THIS_MODULE macros, they will need the new export.h file included that provides them. Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 3c00303 commit 0c073e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/plat-samsung/dma-ops.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/errno.h>
1515
#include <linux/amba/pl330.h>
1616
#include <linux/scatterlist.h>
17+
#include <linux/export.h>
1718

1819
#include <mach/dma.h>
1920

arch/arm/plat-samsung/s3c-dma-ops.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/errno.h>
1515
#include <linux/slab.h>
1616
#include <linux/types.h>
17+
#include <linux/export.h>
1718

1819
#include <mach/dma.h>
1920

0 commit comments

Comments
 (0)