]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MTD] Make some tables 'const' so they can live in .rodata
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 17 Nov 2005 08:20:31 +0000 (08:20 +0000)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Tue, 29 Nov 2005 18:33:50 +0000 (19:33 +0100)
commit7ac571f8d0f843fb818f7c70ec77784545e91bc4
tree521f7281afe5668479b53fa9a29a7656808b44fe
parent3c77354794939143fdf1dd669895a812f94f9a38
[MTD] Make some tables 'const' so they can live in .rodata

arjan: drivers/mtd/maps/sc520cdp.c:167: warning: par_table is never written to and should be declared 'const'
arjan: drivers/mtd/maps/pci.c:105: warning: mtd_pci_map is never written to and should be declared 'const'
arjan: mind fixing those up ?

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/mtd/maps/pci.c
drivers/mtd/maps/sc520cdp.c