]> git.ipfire.org Git - people/ms/linux.git/commit
backlight: fix 88pm860x_bl macro collision
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 20 Jan 2011 22:44:31 +0000 (14:44 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:14:50 +0000 (15:14 -0800)
commit8e1fbc87e50299cfbb0a8b0943f2e8028d9c9446
treee0e3c1010c303791a475fc815ecae990c60c0ac4
parent0712c4990d19ec76ae90789e4aac1dacc7ffa79b
backlight: fix 88pm860x_bl macro collision

commit 2550326ac7a062fdfc204f9a3b98bdb9179638fc upstream.

Fix collision with kernel-supplied #define:

  drivers/video/backlight/88pm860x_bl.c:24:1: warning: "CURRENT_MASK" redefined
  arch/x86/include/asm/page_64_types.h:6:1: warning: this is the location of the previous definition

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Haojian Zhuang <haojian.zhuang@marvell.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/video/backlight/88pm860x_bl.c