projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c68506
)
misc: remove use of __devinitconst
author
Bill Pemberton
<wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:25:10 +0000
(13:25 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 20:52:40 +0000
(12:52 -0800)
CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/pti.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/pti.c
b/drivers/misc/pti.c
index e1a898e97f7c0b5fbab3cba9ad0a5cf42731f911..37d4b5ef9dc76725a30e87fbb82b1dca4f79ef4d 100644
(file)
--- a/
drivers/misc/pti.c
+++ b/
drivers/misc/pti.c
@@
-76,7
+76,7
@@
struct pti_dev {
*/
static DEFINE_MUTEX(alloclock);
-static const struct pci_device_id pci_ids[]
__devinitconst
= {
+static const struct pci_device_id pci_ids[] = {
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x82B)},
{0}
};