summaryrefslogtreecommitdiff
path: root/include/linux/types.h
diff options
context:
space:
mode:
authorJames Morris <james.l.morris@oracle.com>2014-07-16 20:10:27 +0400
committerJames Morris <james.l.morris@oracle.com>2014-07-16 20:10:27 +0400
commitbd89bb78f35fd175db7a9cfc504d789b6ca0f7b0 (patch)
treedee9f8b31f3d6d2fb141541da88e1cc1329b017e /include/linux/types.h
parentf01387d2693813eb5271a3448e6a082322c7d75d (diff)
parent1795cd9b3a91d4b5473c97f491d63892442212ab (diff)
downloadlinux-bd89bb78f35fd175db7a9cfc504d789b6ca0f7b0.tar.xz
Sync with the changes pushed by Serge in the last merge window.
Diffstat (limited to 'include/linux/types.h')
-rw-r--r--include/linux/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index 4d118ba11349..a0bb7048687f 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -142,6 +142,7 @@ typedef unsigned long blkcnt_t;
#define pgoff_t unsigned long
#endif
+/* A dma_addr_t can hold any valid DMA or bus address for the platform */
#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
typedef u64 dma_addr_t;
#else