[PATCH 02/11] irda-usb: declare MODULE_FIRMWARE

From: Ben Hutchings
Date: Wed Jan 13 2010 - 18:35:41 EST


Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx>
---
Please ack or nak this.

Ben.

drivers/net/irda/irda-usb.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/net/irda/irda-usb.c b/drivers/net/irda/irda-usb.c
index e591b36..8b9200e 100644
--- a/drivers/net/irda/irda-usb.c
+++ b/drivers/net/irda/irda-usb.c
@@ -1146,6 +1146,9 @@ static int stir421x_patch_device(struct irda_usb_cb *self)
return ret;
}

+MODULE_FIRMWARE("42101001.sb");
+MODULE_FIRMWARE("42101002.sb");
+

/********************** IRDA DEVICE CALLBACKS **********************/
/*
--
1.6.5.7



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/