aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/bus-sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/bus-sh.h')
-rw-r--r--include/asm-sh/bus-sh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/bus-sh.h b/include/asm-sh/bus-sh.h
index 83c5d2fd057fa..e42d63b65cb5d 100644
--- a/include/asm-sh/bus-sh.h
+++ b/include/asm-sh/bus-sh.h
@@ -21,6 +21,7 @@ struct sh_dev {
void *mapbase;
unsigned int irq[6];
u64 *dma_mask;
+ u64 coherent_dma_mask;
};
#define to_sh_dev(d) container_of((d), struct sh_dev, dev)