We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5b915 commit 7332bc4Copy full SHA for 7332bc4
drivers/zorro/zorro.h
@@ -1,5 +1,12 @@
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
+ /*
4
+ * Zorro bus
5
+ */
6
+
7
+extern struct bus_type zorro_bus_type;
8
9
10
#ifdef CONFIG_ZORRO_NAMES
11
extern void zorro_name_device(struct zorro_dev *z);
12
#else
include/linux/zorro.h
@@ -40,13 +40,6 @@ struct zorro_dev {
40
#define to_zorro_dev(n) container_of(n, struct zorro_dev, dev)
41
42
43
- /*
44
- * Zorro bus
45
- */
46
-
47
-extern struct bus_type zorro_bus_type;
48
49
50
/*
51
* Zorro device drivers
52
*/
0 commit comments