aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/chip.h')
-rw-r--r--src/include/device/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/chip.h b/src/include/device/chip.h
index 7dface868f..5f4e36b87c 100644
--- a/src/include/device/chip.h
+++ b/src/include/device/chip.h
@@ -56,7 +56,7 @@ struct chip_resource {
struct chip_device_path {
struct device_path path;
unsigned channel;
- int enable;
+ int enabled;
struct chip_resource resource[MAX_RESOURCES];
};