X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=include%2Fasm-frv%2Fide.h;h=361076611855ad1fb1afac6c5cc2aeb2454720cb;hb=6d71135d635f84b584df55096627ed750c069e61;hp=7ebcc56a22291edb6388332d16f84686c1542e61;hpb=8d7ccaa545490cdffdfaff0842436a8dd85cf47b;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/include/asm-frv/ide.h b/include/asm-frv/ide.h index 7ebcc56a2229..361076611855 100644 --- a/include/asm-frv/ide.h +++ b/include/asm-frv/ide.h @@ -18,15 +18,7 @@ #include #include -/****************************************************************************/ -/* - * some bits needed for parts of the IDE subsystem to compile - */ -#define __ide_mm_insw(port, addr, n) insw((unsigned long) (port), addr, n) -#define __ide_mm_insl(port, addr, n) insl((unsigned long) (port), addr, n) -#define __ide_mm_outsw(port, addr, n) outsw((unsigned long) (port), addr, n) -#define __ide_mm_outsl(port, addr, n) outsl((unsigned long) (port), addr, n) - +#include #endif /* __KERNEL__ */ #endif /* _ASM_IDE_H */