projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9671f09
)
tty: remove use of __devinitdata
author
Bill Pemberton
<wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:24:04 +0000
(13:24 -0500)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/hvc/hvcs.c
b/drivers/tty/hvc/hvcs.c
index 506a28e5564ffd56be1a76f5edee2ebe92277b95..5afe3b6041cfc8ed7525517237b5c27bf94c4d3c 100644
(file)
--- a/
drivers/tty/hvc/hvcs.c
+++ b/
drivers/tty/hvc/hvcs.c
@@
-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"},
{ "", "" }
};