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>
This commit is contained in:
Rafał Miłecki 2011-05-18 11:40:22 +02:00 committed by John W. Linville
parent 24ca39d679
commit 1bdcd095e3
2 changed files with 4 additions and 0 deletions

View file

@ -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;