diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2003-01-12 14:50:41 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2003-01-12 14:50:41 +0000 |
| commit | 470104435ce22b4faec6eec351ba71851e817f59 (patch) | |
| tree | ef003a1a3c92ffc54d6ad49749828bf12939a8fd /include | |
| parent | 6bc3d2ac1dc6a37c7239adfdcbc56539c985743b (diff) | |
[ARM] Ensure that dev->dma_mask is initialised for Acorn cards.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/ecard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/ecard.h b/include/asm-arm/ecard.h index 1c9ecdadecd9..602dc63b9dfa 100644 --- a/include/asm-arm/ecard.h +++ b/include/asm-arm/ecard.h @@ -160,6 +160,7 @@ struct expansion_card { const char *card_desc; /* Card description */ CONST unsigned int podaddr; /* Base Linux address for card */ CONST loader_t loader; /* loader program */ + u64 dma_mask; }; struct in_chunk_dir { |
