commit | d15684228a1f82555fcd3c5fcd86a0884bad29e3 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Tue Aug 07 21:47:29 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 10 13:27:51 2012 -0700 |
tree | 1c2a94030bcd8a6059d8bbb871296f8e7fc4bcb6 | |
parent | 86176ed905454e568539c77e0cba5759085830bb [diff] |
misc: pti, add const to pci_device_id table It is annotated as __devinitconst. Despite the annotation is useless in most cases, const keyword is misssing there. So we are placing non-const data into rodata section. Fix that now. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: J Freyensee <james_p_freyensee@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>