aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bcma
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2011-05-18 11:40:22 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-06-01 15:10:58 -0400
commit1bdcd095e39a789135f8638a2ff76f74e3071d46 (patch)
tree8537cc55020c878f8f034689849e31856be135aa /include/linux/bcma
parent24ca39d67968c42d377abc122f6dca635ebcdb79 (diff)
downloadkernel_samsung_smdk4412-1bdcd095e39a789135f8638a2ff76f74e3071d46.zip
kernel_samsung_smdk4412-1bdcd095e39a789135f8638a2ff76f74e3071d46.tar.gz
kernel_samsung_smdk4412-1bdcd095e39a789135f8638a2ff76f74e3071d46.tar.bz2
bcma: add IRQ number and pointer to DMA dev
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/bcma')
-rw-r--r--include/linux/bcma/bcma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h
index 08763e4..8b0cef9 100644
--- a/include/linux/bcma/bcma.h
+++ b/include/linux/bcma/bcma.h
@@ -117,6 +117,8 @@ struct bcma_device {
struct bcma_device_id id;
struct device dev;
+ struct device *dma_dev;
+ unsigned int irq;
bool dev_registered;
u8 core_index;