]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - drivers/media/pci/ngene/ngene-cards.c
Merge branch 'v4l_for_linus' into staging/for_v3.9
[linux-3.10.git] / drivers / media / pci / ngene / ngene-cards.c
index 82318d11696f2924040462ff6f70cdf9cf7aa4f0..9e82d2105d5365659be6dd7560927066f6427235 100644 (file)
@@ -752,7 +752,7 @@ static struct ngene_info ngene_info_terratec = {
 
 /****************************************************************************/
 
-static const struct pci_device_id ngene_id_tbl[] __devinitdata = {
+static const struct pci_device_id ngene_id_tbl[] = {
        NGENE_ID(0x18c3, 0xabc3, ngene_info_cineS2),
        NGENE_ID(0x18c3, 0xabc4, ngene_info_cineS2),
        NGENE_ID(0x18c3, 0xdb01, ngene_info_satixS2),
@@ -809,7 +809,7 @@ static struct pci_driver ngene_pci_driver = {
        .name        = "ngene",
        .id_table    = ngene_id_tbl,
        .probe       = ngene_probe,
-       .remove      = __devexit_p(ngene_remove),
+       .remove      = ngene_remove,
        .err_handler = &ngene_errors,
        .shutdown    = ngene_shutdown,
 };