X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-frv%2Fio.h;h=e5812fbd35aae32bd41bb9f5d4f925c8cf9cc3f9;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=48829f72724229513c4c7720dbe4306cf32e996c;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-frv/io.h b/include/asm-frv/io.h index 48829f727..e5812fbd3 100644 --- a/include/asm-frv/io.h +++ b/include/asm-frv/io.h @@ -273,18 +273,6 @@ static inline void flush_write_buffers(void) __asm__ __volatile__ ("membar" : : :"memory"); } - -/* - * Convert a physical pointer to a virtual kernel pointer for /dev/mem - * access - */ -#define xlate_dev_mem_ptr(p) __va(p) - -/* - * Convert a virtual cached pointer to an uncached pointer - */ -#define xlate_dev_kmem_ptr(p) p - #endif /* __KERNEL__ */ #endif /* _ASM_IO_H */