Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/linux/i82593.h: Remove unused header | Rasmus Villemoes | 2014-08-29 | 1 | -229/+0 |
| | | | | | | | | | The header file include/linux/i82593.h does not seem to be used anywhere. It was orphaned by 8a594170 "drivers/net: delete intel i825xx based znet notebook driver". Remove it. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | znet: fix build failure from i82593.h relocation | John W. Linville | 2009-11-17 | 1 | -0/+229 |
znet was including "wireless/i82593.h" (which is a bit wierd), and I missed that when I relocated i82593.h to drivers/staging/wavelan. Since I don't have ISA turned-on in my normal .config, I didn't see the build failures -- mea culpa! Signed-off-by: John W. Linville <linville@tuxdriver.com> |