From 63aa8b7878e8327c0cf703eb7c2e9dfc1e2c426b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 5 Sep 2012 15:44:11 +1000 Subject: [PATCH] Staging: ipack: disable due to build error The powerpc allyesconfig build gives this: drivers/staging/ipack/ipack.c: In function 'ipack_device_read_id': drivers/staging/ipack/ipack.c:291:2: error: implicit declaration of function 'ioread8' [-Werror=implicit-function-declaration] drivers/staging/ipack/ipack.c:309:3: error: implicit declaration of function 'ioread16be' [-Werror=implicit-function-declaration] Signed-off-by: Stephen Rothwell --- drivers/staging/ipack/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/ipack/Kconfig b/drivers/staging/ipack/Kconfig index af321789dddb..5c428d7c4e5f 100644 --- a/drivers/staging/ipack/Kconfig +++ b/drivers/staging/ipack/Kconfig @@ -4,6 +4,7 @@ menuconfig IPACK_BUS tristate "IndustryPack bus support" + depends on BROKEN ---help--- If you say Y here you get support for the IndustryPack Framework for drivers for many types of boards that support this industrial -- 2.39.5