summaryrefslogtreecommitdiff
path: root/src/include/device/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/device.h')
-rw-r--r--src/include/device/device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h
index b7917e3693..7e52f41a14 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -34,8 +34,6 @@ struct chip_operations {
const char *name;
};
-#define CHIP_NAME(X) .name = X,
-
struct bus;
struct acpi_rsdp;