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 733476c commit a97d262Copy full SHA for a97d262
drivers/edac/edac_module.c
@@ -95,11 +95,10 @@ static void edac_workqueue_teardown(void)
95
* sysfs object: /sys/devices/system/edac
96
* need to export to other files
97
*/
98
-struct bus_type edac_subsys = {
+static struct bus_type edac_subsys = {
99
.name = "edac",
100
.dev_name = "edac",
101
};
102
-EXPORT_SYMBOL_GPL(edac_subsys);
103
104
static int edac_subsys_init(void)
105
{
include/linux/edac.h
@@ -28,7 +28,6 @@ struct device;
28
extern int edac_op_state;
29
extern int edac_err_assert;
30
extern atomic_t edac_handlers;
31
-extern struct bus_type edac_subsys;
32
33
extern int edac_handler_set(void);
34
extern void edac_atomic_assert_error(void);
0 commit comments