X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fswiotlb.h;h=f9c589539a82b7c11fae1425c5782b5189db9cc1;hb=bcd9b89c02295b075fda4bdb666f6641f8212226;hp=ba94ab3d2673572d6c6eb07a3bd1bb1a840174ef;hpb=23946a8a980d13af7b84bcf3ce023e0d166ec83f;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86_64/swiotlb.h b/include/asm-x86_64/swiotlb.h index ba94ab3d267..f9c589539a8 100644 --- a/include/asm-x86_64/swiotlb.h +++ b/include/asm-x86_64/swiotlb.h @@ -1,6 +1,5 @@ #ifndef _ASM_SWIOTLB_H -#define _ASM_SWTIOLB_H 1 - +#define _ASM_SWIOTLB_H 1 #include @@ -52,4 +51,6 @@ extern int swiotlb; extern void pci_swiotlb_init(void); -#endif /* _ASM_SWTIOLB_H */ +static inline void dma_mark_clean(void *addr, size_t size) {} + +#endif /* _ASM_SWIOTLB_H */