diff options
| author | Andreas Ziegler <[email protected]> | 2016-08-04 07:52:09 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2016-08-08 18:29:39 +0000 |
| commit | 574673c231a5fad1560249cc3a598907acb36cf9 (patch) | |
| tree | 0fee6ecf9ff36c1678ee09f964aada4de5010ad7 /lib/strncpy_from_user.c | |
| parent | x86/hweight: Don't clobber %rdi (diff) | |
| download | kernel-574673c231a5fad1560249cc3a598907acb36cf9.tar.gz kernel-574673c231a5fad1560249cc3a598907acb36cf9.zip | |
printk: Remove unnecessary #ifdef CONFIG_PRINTK
In commit 874f9c7da9a4 ("printk: create pr_<level> functions"), new
pr_level defines were added to printk.c.
These new defines are guarded by an #ifdef CONFIG_PRINTK - however,
there is already a surrounding #ifdef CONFIG_PRINTK starting a lot
earlier in line 249 which means the newly introduced #ifdef is
unnecessary.
Let's remove it to avoid confusion.
Signed-off-by: Andreas Ziegler <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/strncpy_from_user.c')
0 files changed, 0 insertions, 0 deletions
