diff --git a/[refs] b/[refs] index 7d005e755ebf..e4c1dce3ba25 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 37c5ef56989717d871d048f98fb6411e7a17c43d +refs/heads/master: b0a62817961796f6dcef5f316134d8bc7279bf6e diff --git a/trunk/include/asm-xtensa/ide.h b/trunk/include/asm-xtensa/ide.h index 6b912742a42d..cb995701c42d 100644 --- a/trunk/include/asm-xtensa/ide.h +++ b/trunk/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 */