diff options
Diffstat (limited to 'src/southbridge/via/vt8237r/nic.c')
-rw-r--r-- | src/southbridge/via/vt8237r/nic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8237r/nic.c b/src/southbridge/via/vt8237r/nic.c index ebebd37a79..aa6048916a 100644 --- a/src/southbridge/via/vt8237r/nic.c +++ b/src/southbridge/via/vt8237r/nic.c @@ -23,7 +23,7 @@ static void vt8237_eth_read_resources(struct device *dev) { -#if CONFIG_EPIA_VT8237R_INIT +#if IS_ENABLED(CONFIG_EPIA_VT8237R_INIT) struct resource *res; /* Fix the I/O Resources of the USB2.0 Interface */ |