drivers/tty/nozomi.c: rename CONFIG_MAGIC
authorValentin Rothberg <valentinrothberg@gmail.com>
Sun, 12 Apr 2015 16:35:18 +0000 (18:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:19:06 +0000 (19:19 +0200)
commit03ac6b3499c8a0b1fbb5c33ad6234a9e860f2614
treee0b7236c418d3c2f625a8f7537d493edef9bd863
parent360ee94b47a80b0e986c9e890f1862d29edf2c45
drivers/tty/nozomi.c: rename CONFIG_MAGIC

The CONFIG_ prefix is reserved for Kconfig options in Make and CPP
syntax.  CONFIG_MAGIC is a file local CPP identifier so change the
prefix to apply to Kconfig's naming convention.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/nozomi.c