diff options
| author | Sam Ravnborg <sam@ravnborg.org> | 2013-01-01 16:02:33 +0100 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-01-12 15:28:45 -0800 | 
| commit | b7c13f76fda994284521f6ef996119c25282bdeb (patch) | |
| tree | c30d2ab35dfa6f3013b0e663d1260c39db91ce1d /arch/sparc/kernel/auxio_64.c | |
| parent | 4e4d78f1c1a08f085a1972b9af92960af70a07c6 (diff) | |
| download | olio-linux-3.10-b7c13f76fda994284521f6ef996119c25282bdeb.tar.xz olio-linux-3.10-b7c13f76fda994284521f6ef996119c25282bdeb.zip  | |
sparc: remove __devinit, __devexit annotations
__devinit, __devexit annotations are nops - so drop them.
Likewise for __devexit_p.
Adjusted alignment of arguments when needed.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/auxio_64.c')
| -rw-r--r-- | arch/sparc/kernel/auxio_64.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/auxio_64.c b/arch/sparc/kernel/auxio_64.c index 773091ac71a..86e55778e4a 100644 --- a/arch/sparc/kernel/auxio_64.c +++ b/arch/sparc/kernel/auxio_64.c @@ -102,7 +102,7 @@ static const struct of_device_id auxio_match[] = {  MODULE_DEVICE_TABLE(of, auxio_match); -static int __devinit auxio_probe(struct platform_device *dev) +static int auxio_probe(struct platform_device *dev)  {  	struct device_node *dp = dev->dev.of_node;  	unsigned long size;  |