The patch titled Char: rocket, add MODULE_DEVICE_TABLE has been removed from the -mm tree. Its filename was char-rocket-add-module_device_table.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 origin.patch git-dvb.patch cinergyt2-fix-file-release-handler.patch auerswald-fix-file-release-handler.patch unify-queue_delayed_work-and-queue_delayed_work_on.patch vmstat-use-our-own-timer-events-fix.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