The patch titled Char: rocket, add MODULE_DEVICE_TABLE has been added to the -mm tree. Its filename is char-rocket-add-module_device_table.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Char: rocket, add MODULE_DEVICE_TABLE From: Jiri Slaby <jirislaby@xxxxxxxxx> rocket, add MODULE_DEVICE_TABLE Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/rocket.c | 6 ++++++ 1 files changed, 6 insertions(+) diff -puN drivers/char/rocket.c~char-rocket-add-module_device_table drivers/char/rocket.c --- a/drivers/char/rocket.c~char-rocket-add-module_device_table +++ a/drivers/char/rocket.c @@ -1848,6 +1848,12 @@ static void rp_flush_buffer(struct tty_s #ifdef CONFIG_PCI +static struct pci_device_id __devinitdata rocket_pci_ids[] = { + { PCI_DEVICE(PCI_VENDOR_ID_RP, PCI_ANY_ID) }, + { } +}; +MODULE_DEVICE_TABLE(pci, rocket_pci_ids); + /* * Called when a PCI card is found. Retrieves and stores model information, * init's aiopic and serial port hardware. _ Patches currently in -mm which might be from jirislaby@xxxxxxxxx are char-rocket-add-module_device_table.patch char-cs5535_gpio-add-module_device_table.patch unify-queue_delayed_work-and-queue_delayed_work_on.patch shrink_slab-handle-bad-shrinkers.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html