commit | a9844b18502bde376284e4ad83b04fa20eb5afa5 | [log] [tgz] |
---|---|---|
author | Márton Németh <nm127@freemail.hu> | Sat Jan 09 23:23:58 2010 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Jan 09 23:28:52 2010 -0800 |
tree | 478277307f2a394ee68e9307189df9729c1a4bc5 | |
parent | ef9a16f15dccba6630d8860a964a4adef1a4ab98 [diff] |
Input: make PCI device ids constant The id_table field of the struct pci_driver is constant in <linux/pci.h> so it makes sense to mark initialization data also constant. Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>