]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: fix set_domain() macro
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 4 Jul 2012 16:05:28 +0000 (17:05 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 5 Jul 2012 08:50:55 +0000 (09:50 +0100)
commit82401bf105495c593544375b4748f48fce70d9c4
tree608a5625c8c9d9961aa6e7ac1c466f527e134bd9
parent32e1eb59f7042c03cb8dbb598e7c97fddbb62ac2
ARM: fix set_domain() macro

Avoid polluting drivers with a set_domain() macro, which interferes with
structure member names:

drivers/net/wireless/ath/ath9k/dfs_pattern_detector.c:294:33: error: macro "set_domain" passed 2 arguments, but takes just 1

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/domain.h