diff options
| author | Bill Pemberton <[email protected]> | 2012-11-19 18:21:50 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2012-11-21 23:22:52 +0000 |
| commit | 9671f09921d93e722a28ae9610d478e092ac5466 (patch) | |
| tree | 3d2c5c8014d703b89061fd02e5362bf81a48a1f9 /drivers/tty/serial/sccnxp.c | |
| parent | tty: serial: remove use of __devexit_p (diff) | |
| download | kernel-9671f09921d93e722a28ae9610d478e092ac5466.tar.gz kernel-9671f09921d93e722a28ae9610d478e092ac5466.zip | |
tty: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <[email protected]>
Cc: Jiri Slaby <[email protected]>
Cc: Alan Cox <[email protected]>
Cc: Lucas Tavares <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Peter Korsgaard <[email protected]>
Cc: Tony Prisk <[email protected]>
Acked-by: Tobias Klauser <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/tty/serial/sccnxp.c')
| -rw-r--r-- | drivers/tty/serial/sccnxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sccnxp.c b/drivers/tty/serial/sccnxp.c index 810853f5fd0e..1ddace83263f 100644 --- a/drivers/tty/serial/sccnxp.c +++ b/drivers/tty/serial/sccnxp.c @@ -740,7 +740,7 @@ static int sccnxp_console_setup(struct console *co, char *options) } #endif -static int __devinit sccnxp_probe(struct platform_device *pdev) +static int sccnxp_probe(struct platform_device *pdev) { struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0); int chiptype = pdev->id_entry->driver_data; |
