]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/serial/serial_core.c
[SERIAL] mark several serial tables const
[linux-2.6-omap-h63xx.git] / drivers / serial / serial_core.c
index 2331296e1e17b068db98d8097bd85e1c80341898..c17d680e3f04ddfe954b02e763a390aef2cd7478 100644 (file)
@@ -1779,7 +1779,7 @@ struct baud_rates {
        unsigned int cflag;
 };
 
-static struct baud_rates baud_rates[] = {
+static const struct baud_rates baud_rates[] = {
        { 921600, B921600 },
        { 460800, B460800 },
        { 230400, B230400 },