Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[SERIAL] mark several serial tables const
[linux-2.6.git]
/
drivers
/
serial
/
8250_pci.c
diff --git
a/drivers/serial/8250_pci.c
b/drivers/serial/8250_pci.c
index 5c3c03932d6d45663bb39e790d565f9c6623f934..8d92adfbb8bd70316253a1e444b4ad8a96497de7 100644
(file)
--- a/
drivers/serial/8250_pci.c
+++ b/
drivers/serial/8250_pci.c
@@
-468,7
+468,7
@@
static unsigned short timedia_eight_port[] = {
0x9167, 0x9168, 0xA066, 0xA167, 0xA168, 0
};
-static struct timedia_struct {
+static
const
struct timedia_struct {
int num;
unsigned short *ids;
} timedia_data[] = {