diff options
Diffstat (limited to 'drivers/net/sk98lin/u-boot_compat.h')
-rw-r--r-- | drivers/net/sk98lin/u-boot_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sk98lin/u-boot_compat.h b/drivers/net/sk98lin/u-boot_compat.h index 1e385f8..cadf402 100644 --- a/drivers/net/sk98lin/u-boot_compat.h +++ b/drivers/net/sk98lin/u-boot_compat.h @@ -54,7 +54,7 @@ #define EAGAIN 2 #define EBUSY 3 -#define HZ CFG_HZ +#define HZ CONFIG_SYS_HZ #define printk printf |