forked from Minki/linux
dmaengine: pl330: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org> Acked-by: Jassi Brar <jassisinghbrar@gmail.com> Acked-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
037566df2a
commit
e8fa516a42
@ -990,6 +990,8 @@ static struct amba_id pl330_ids[] = {
|
|||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MODULE_DEVICE_TABLE(amba, pl330_ids);
|
||||||
|
|
||||||
#ifdef CONFIG_PM_RUNTIME
|
#ifdef CONFIG_PM_RUNTIME
|
||||||
static int pl330_runtime_suspend(struct device *dev)
|
static int pl330_runtime_suspend(struct device *dev)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user