Skip to content

Commit

Permalink
hwrng: nomadik: Enable module alias autogeneration for AMBA drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Martin <dave.martin@linaro.org>
  • Loading branch information
Dave Martin committed Nov 22, 2011
1 parent 523817b commit 4e3f3d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/char/hw_random/nomadik-rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ static struct amba_id nmk_rng_ids[] = {
{0, 0},
};

MODULE_DEVICE_TABLE(amba, nmk_rng_ids);

static struct amba_driver nmk_rng_driver = {
.drv = {
.owner = THIS_MODULE,
Expand Down

0 comments on commit 4e3f3d5

Please sign in to comment.