MFD_TC6393XB is ARM-only

Compile error on other architectures:

CC drivers/mfd/tc6393xb.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/mfd/tc6393xb.c: In function ‘tc6393xb_attach_irq’:
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/mfd/tc6393xb.c:324: error: implicit declaration of function ‘set_irq_flags’
...

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
8d25b36b e89f3821

+1 -1
+1 -1
drivers/mfd/Kconfig
··· 52 52 53 53 config MFD_TC6393XB 54 54 bool "Support Toshiba TC6393XB" 55 - depends on GPIOLIB 55 + depends on GPIOLIB && ARM 56 56 select MFD_CORE 57 57 help 58 58 Support for Toshiba Mobile IO Controller TC6393XB