summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-xilinx.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:24:14 +0100
committerGreg Kroah-Hartman2012-11-28 20:39:59 +0100
commitaeca8ad1f0613a76a8f5fed174810fab9bc424cf (patch)
treefe9218e1c79f934d0dab2e99b0f836287678dbc7 /drivers/gpio/gpio-xilinx.c
parentgpio: remove use of __devinit (diff)
downloadkernel-qcow2-linux-aeca8ad1f0613a76a8f5fed174810fab9bc424cf.tar.gz
kernel-qcow2-linux-aeca8ad1f0613a76a8f5fed174810fab9bc424cf.tar.xz
kernel-qcow2-linux-aeca8ad1f0613a76a8f5fed174810fab9bc424cf.zip
gpio: remove use of __devinitdata
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Grant Likely <grant.likely@secretlab.ca> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpio/gpio-xilinx.c')
-rw-r--r--drivers/gpio/gpio-xilinx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-xilinx.c b/drivers/gpio/gpio-xilinx.c
index 5a35138eeade..9ae7aa8ca48a 100644
--- a/drivers/gpio/gpio-xilinx.c
+++ b/drivers/gpio/gpio-xilinx.c
@@ -209,7 +209,7 @@ static int xgpio_of_probe(struct device_node *np)
return 0;
}
-static struct of_device_id xgpio_of_match[] __devinitdata = {
+static struct of_device_id xgpio_of_match[] = {
{ .compatible = "xlnx,xps-gpio-1.00.a", },
{ /* end of list */ },
};