> diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
> index 189cd2048..f95753eda 100644
> --- a/drivers/net/phy/phy.c
> +++ b/drivers/net/phy/phy.c
> @@ -36,8 +36,6 @@
>  #include <linux/uaccess.h>
>  #include <linux/atomic.h>
>  
> -#include <asm/irq.h>
> -

Hi Heiner

There is a call to request_threaded_irq() and free_irq() in this
file. So it should probably include linux/irq.h.

      Andrew

Reply via email to