File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 22
22
#ifndef _EDAC_DEVICE_H_
23
23
#define _EDAC_DEVICE_H_
24
24
25
- #include <linux/completion.h>
26
25
#include <linux/device.h>
27
26
#include <linux/edac.h>
28
27
#include <linux/kobject.h>
@@ -191,8 +190,6 @@ struct edac_device_ctl_info {
191
190
192
191
unsigned long start_time ; /* edac_device load start time (jiffies) */
193
192
194
- struct completion removal_complete ;
195
-
196
193
/* sysfs top name under 'edac' directory
197
194
* and instance name:
198
195
* cpu/cpu0/...
Original file line number Diff line number Diff line change 22
22
#ifndef _EDAC_PCI_H_
23
23
#define _EDAC_PCI_H_
24
24
25
- #include <linux/completion.h>
26
25
#include <linux/device.h>
27
26
#include <linux/edac.h>
28
27
#include <linux/kobject.h>
@@ -48,8 +47,6 @@ struct edac_pci_ctl_info {
48
47
49
48
int pci_idx ;
50
49
51
- struct bus_type * edac_subsys ; /* pointer to subsystem */
52
-
53
50
/* the internal state of this controller instance */
54
51
int op_state ;
55
52
/* work struct for this instance */
@@ -72,8 +69,6 @@ struct edac_pci_ctl_info {
72
69
73
70
unsigned long start_time ; /* edac_pci load start time (jiffies) */
74
71
75
- struct completion complete ;
76
-
77
72
/* sysfs top name under 'edac' directory
78
73
* and instance name:
79
74
* cpu/cpu0/...
You can’t perform that action at this time.
0 commit comments