diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:22:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 16:19:49 -0500 |
commit | da095fd3d5063f2dd03468d71f7df39a0430d86f (patch) | |
tree | 39ddead35304eb9bf89b86157c3c5df3c95d3cdd /drivers/acpi/apei | |
parent | 15856ad50bf5ea02a5ee22399c036d49e7e1124d (diff) |
acpi: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/acpi/apei')
-rw-r--r-- | drivers/acpi/apei/ghes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index 1599566ed1fe..73bca1141fa7 100644 --- a/drivers/acpi/apei/ghes.c +++ b/drivers/acpi/apei/ghes.c | |||
@@ -901,7 +901,7 @@ static unsigned long ghes_esource_prealloc_size( | |||
901 | return prealloc_size; | 901 | return prealloc_size; |
902 | } | 902 | } |
903 | 903 | ||
904 | static int __devinit ghes_probe(struct platform_device *ghes_dev) | 904 | static int ghes_probe(struct platform_device *ghes_dev) |
905 | { | 905 | { |
906 | struct acpi_hest_generic *generic; | 906 | struct acpi_hest_generic *generic; |
907 | struct ghes *ghes = NULL; | 907 | struct ghes *ghes = NULL; |