diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/device/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/chip.h b/src/include/device/chip.h index 328b64216e..10b4017d4a 100644 --- a/src/include/device/chip.h +++ b/src/include/device/chip.h @@ -6,7 +6,7 @@ */ /* some of the types of resources chips can control */ -#ifndef CHIP_CONFIGURE +#ifndef CONFIG_CHIP_CONFIGURE #define CHIP_CONFIGURE(chip, pass) chip_configure(chip, pass) #else #define CHIP_CONFIGURE(chip, pass) |