diff options
Diffstat (limited to 'drivers/zorro/names.c')
| -rw-r--r-- | drivers/zorro/names.c | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/zorro/names.c b/drivers/zorro/names.c index e8517c3d8e8..6f3fd9903ac 100644 --- a/drivers/zorro/names.c +++ b/drivers/zorro/names.c @@ -15,8 +15,6 @@  #include <linux/zorro.h> -#ifdef CONFIG_ZORRO_NAMES -  struct zorro_prod_info {  	__u16 prod;  	unsigned short seen; @@ -69,7 +67,6 @@ void __init zorro_name_device(struct zorro_dev *dev)  	} while (--i);  	/* Couldn't find either the manufacturer nor the product */ -	sprintf(name, "Zorro device %08x", dev->id);  	return;  	match_manuf: { @@ -98,11 +95,3 @@ void __init zorro_name_device(struct zorro_dev *dev)  		}  	}  } - -#else - -void __init zorro_name_device(struct zorro_dev *dev) -{ -} - -#endif  | 
