[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)
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>

No differences found