From: Bartlomiej Zolnierkiewicz Date: Thu, 24 Jul 2008 20:53:27 +0000 (+0200) Subject: ide: fix X-Git-Tag: v2.6.27-rc1~509^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0a62817961796f6dcef5f316134d8bc7279bf6e;p=platform%2Fkernel%2Flinux-3.10.git ide: fix * Add missing include. While at it: * Remove needless ide_default_{irq,io_base}() inlines. Cc: Chris Zankel Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/include/asm-xtensa/ide.h b/include/asm-xtensa/ide.h index 6b91274..cb99570 100644 --- a/include/asm-xtensa/ide.h +++ b/include/asm-xtensa/ide.h @@ -19,17 +19,8 @@ # define MAX_HWIFS 1 #endif -static __inline__ int ide_default_irq(unsigned long base) -{ - /* Unsupported! */ - return 0; -} - -static __inline__ unsigned long ide_default_io_base(int index) -{ - /* Unsupported! */ - return 0; -} +#include #endif /* __KERNEL__ */ + #endif /* _XTENSA_IDE_H */