On Fri, Oct 19, 2007 at 04:10:10AM +0200, Lennert Buytenhek wrote:
> Move the mv643xx's ethernet-related register definitions from
> include/linux/mv643xx.h into drivers/net/mv643xx_eth.h, since
> they aren't of any use outside the ethernet driver.
> 
> Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>
> Acked-by: Tzachi Perelstein <[EMAIL PROTECTED]>
> 
> Index: linux-2.6/drivers/net/mv643xx_eth.h
> ===================================================================
> --- linux-2.6.orig/drivers/net/mv643xx_eth.h
> +++ linux-2.6/drivers/net/mv643xx_eth.h
> @@ -7,7 +7,7 @@
>  #include <linux/workqueue.h>
>  #include <linux/mii.h>
>  
> -#include <linux/mv643xx.h>
> +#include <linux/mv643xx_eth.h>

Isn't it a little too confusing to have two headers with the same name,
one in drivers/net and one in include/linux?

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to