tty: remove use of __devinitdata
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:24:04 +0000 (13:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 23:23:46 +0000 (15:23 -0800)
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/hvc/hvcs.c

index 506a28e5564ffd56be1a76f5edee2ebe92277b95..5afe3b6041cfc8ed7525517237b5c27bf94c4d3c 100644 (file)
@@ -676,7 +676,7 @@ static int khvcsd(void *unused)
        return 0;
 }
 
-static struct vio_device_id hvcs_driver_table[] __devinitdata= {
+static struct vio_device_id hvcs_driver_table[] = {
        {"serial-server", "hvterm2"},
        { "", "" }
 };
This page took 0.025494 seconds and 5 git commands to generate.