Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
* 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm: sound: aaci: Enable module alias autogeneration for AMBA drivers watchdog: sp805: Enable module alias autogeneration for AMBA drivers fbdev: amba: Enable module alias autogeneration for AMBA drivers serial: pl011: Enable module alias autogeneration for AMBA drivers serial: pl010: Enable module alias autogeneration for AMBA drivers spi: pl022: Enable module alias autogeneration for AMBA drivers rtc: pl031: Enable module alias autogeneration for AMBA drivers rtc: pl030: Enable module alias autogeneration for AMBA drivers mmc: mmci: Enable module alias autogeneration for AMBA drivers input: ambakmi: Enable module alias autogeneration for AMBA drivers gpio: pl061: Enable module alias autogeneration for AMBA drivers dmaengine: pl330: Enable module alias autogeneration for AMBA drivers dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers hwrng: nomadik: Enable module alias autogeneration for AMBA drivers ARM: amba: Auto-generate AMBA driver module aliases during modpost ARM: amba: Move definition of struct amba_id to mod_devicetable.h
This commit is contained in:
@@ -174,6 +174,8 @@ static struct amba_id pl030_ids[] = {
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(amba, pl030_ids);
|
||||
|
||||
static struct amba_driver pl030_driver = {
|
||||
.drv = {
|
||||
.name = "rtc-pl030",
|
||||
|
@@ -420,6 +420,8 @@ static struct amba_id pl031_ids[] = {
|
||||
{0, 0},
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(amba, pl031_ids);
|
||||
|
||||
static struct amba_driver pl031_driver = {
|
||||
.drv = {
|
||||
.name = "rtc-pl031",
|
||||
|
Reference in New Issue
Block a user