Commit 25f4706a authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix radio-cadet build

parent 437052a3
...@@ -516,7 +516,7 @@ static struct pnp_device_id cadet_pnp_devices[] = { ...@@ -516,7 +516,7 @@ static struct pnp_device_id cadet_pnp_devices[] = {
{.id = ""} {.id = ""}
}; };
MODULE_DEVICE_TABLE(pnp, id_table); MODULE_DEVICE_TABLE(pnp, cadet_pnp_devices);
static int cadet_pnp_probe(struct pnp_dev * dev, const struct pnp_device_id *dev_id) static int cadet_pnp_probe(struct pnp_dev * dev, const struct pnp_device_id *dev_id)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment