X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fagp%2Funinorth-agp.c;h=14dfb59ffa66bba49880cf252f4d674a8683a9c1;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=4eb72b7107db77bd3725e6474bf3311b457b62fd;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/drivers/char/agp/uninorth-agp.c b/drivers/char/agp/uninorth-agp.c index 4eb72b710..14dfb59ff 100644 --- a/drivers/char/agp/uninorth-agp.c +++ b/drivers/char/agp/uninorth-agp.c @@ -373,8 +373,6 @@ static struct pci_driver agp_uninorth_pci_driver = { static int __init agp_uninorth_init(void) { - if (agp_off) - return -EINVAL; return pci_module_init(&agp_uninorth_pci_driver); }