diff options
| author | Russell King <[email protected]> | 2012-02-13 09:52:29 +0000 |
|---|---|---|
| committer | Grant Likely <[email protected]> | 2012-02-13 18:57:58 +0000 |
| commit | a5ab6291b1fc73e0dc71caf2eaa0de1de7b11aaa (patch) | |
| tree | fd79de37e21e9a5553f719b907a660d8ae33acc6 /fs/proc/array.c | |
| parent | Linux 3.3-rc3 (diff) | |
| download | kernel-a5ab6291b1fc73e0dc71caf2eaa0de1de7b11aaa.tar.gz kernel-a5ab6291b1fc73e0dc71caf2eaa0de1de7b11aaa.zip | |
Fix section mismatch in spi-pl022.c
WARNING: drivers/spi/built-in.o(.devinit.text+0xdb8): Section mismatch in reference from the function pl022_probe() to the function .init.text:pl022_dma_probe()
The function __devinit pl022_probe() references
a function __init pl022_dma_probe().
If pl022_dma_probe is only used by pl022_probe then
annotate pl022_dma_probe with a matching annotation.
Signed-off-by: Russell King <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
