commit | 03ac6b3499c8a0b1fbb5c33ad6234a9e860f2614 | [log] [tgz] |
---|---|---|
author | Valentin Rothberg <valentinrothberg@gmail.com> | Sun Apr 12 18:35:18 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 10 19:19:06 2015 +0200 |
tree | e0b7236c418d3c2f625a8f7537d493edef9bd863 | |
parent | 360ee94b47a80b0e986c9e890f1862d29edf2c45 [diff] |
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>