Skip to content

Commit

Permalink
microblaze: UIO setup compatible property
Browse files Browse the repository at this point in the history
Setup compatible property which matches petalinux.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
michalsimek committed Oct 24, 2012
1 parent 7a0f89b commit 3976b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/uio/uio_pdrv_genirq.c
Expand Up @@ -263,6 +263,7 @@ static const struct dev_pm_ops uio_pdrv_genirq_dev_pm_ops = {

#ifdef CONFIG_OF
static const struct of_device_id uio_of_genirq_match[] = {
{ .compatible = "generic-uio", },
{ /* empty for now */ },
};
MODULE_DEVICE_TABLE(of, uio_of_genirq_match);
Expand Down

0 comments on commit 3976b66

Please sign in to comment.