diff options
-rw-r--r-- | drivers/video/riva/fbdev.c | 4 | ||||
-rw-r--r-- | drivers/video/riva/nv_driver.c | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/drivers/video/riva/fbdev.c b/drivers/video/riva/fbdev.c index 46a9237a11e4..08a9b56cb575 100644 --- a/drivers/video/riva/fbdev.c +++ b/drivers/video/riva/fbdev.c | |||
@@ -56,10 +56,6 @@ | |||
56 | #include "rivafb.h" | 56 | #include "rivafb.h" |
57 | #include "nvreg.h" | 57 | #include "nvreg.h" |
58 | 58 | ||
59 | #ifndef CONFIG_PCI /* sanity check */ | ||
60 | #error This driver requires PCI support. | ||
61 | #endif | ||
62 | |||
63 | /* version number of this driver */ | 59 | /* version number of this driver */ |
64 | #define RIVAFB_VERSION "0.9.5b" | 60 | #define RIVAFB_VERSION "0.9.5b" |
65 | 61 | ||
diff --git a/drivers/video/riva/nv_driver.c b/drivers/video/riva/nv_driver.c index a11026812d1b..a1181149da74 100644 --- a/drivers/video/riva/nv_driver.c +++ b/drivers/video/riva/nv_driver.c | |||
@@ -41,11 +41,6 @@ | |||
41 | #include "rivafb.h" | 41 | #include "rivafb.h" |
42 | #include "nvreg.h" | 42 | #include "nvreg.h" |
43 | 43 | ||
44 | |||
45 | #ifndef CONFIG_PCI /* sanity check */ | ||
46 | #error This driver requires PCI support. | ||
47 | #endif | ||
48 | |||
49 | #define PFX "rivafb: " | 44 | #define PFX "rivafb: " |
50 | 45 | ||
51 | static inline unsigned char MISCin(struct riva_par *par) | 46 | static inline unsigned char MISCin(struct riva_par *par) |