PCI: remove pci_present() from drivers/char/isicom.c
drivers/char/isicom.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/char/isicom.c b/drivers/char/isicom.c
--- a/drivers/char/isicom.c Tue Jun 10 11:22:08 2003
+++ b/drivers/char/isicom.c Tue Jun 10 11:22:08 2003
@@ -1905,7 +1905,7 @@
}
}
- if (pci_present() && (card < BOARD_COUNT)) {
+ if (card < BOARD_COUNT) {
for (idx=0; idx < DEVID_COUNT; idx++) {
dev = NULL;
for (;;){
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/