diff options
Diffstat (limited to 'drivers/char/hw_random/ixp4xx-rng.c')
-rw-r--r-- | drivers/char/hw_random/ixp4xx-rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random/ixp4xx-rng.c b/drivers/char/hw_random/ixp4xx-rng.c index bab43ca32ac1..b4402b5958e8 100644 --- a/drivers/char/hw_random/ixp4xx-rng.c +++ b/drivers/char/hw_random/ixp4xx-rng.c @@ -23,7 +23,7 @@ #include <linux/hw_random.h> #include <asm/io.h> -#include <asm/hardware.h> +#include <asm/arch/hardware.h> static int ixp4xx_rng_data_read(struct hwrng *rng, u32 *buffer) |