X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fnet%2Fmac89x0.c;h=380a1a54d5301f1f3e95eb536423eb122bf84487;hb=f8057b7fefea1daca6928cbb95751d01fc934a41;hp=2ee477c84b06c97f3b09256cf194dde064aff981;hpb=babcda74e9d96bb58fd9c6c5112dbdbff169e695;p=~andy%2Flinux diff --git a/drivers/net/mac89x0.c b/drivers/net/mac89x0.c index 2ee477c84b0..380a1a54d53 100644 --- a/drivers/net/mac89x0.c +++ b/drivers/net/mac89x0.c @@ -625,14 +625,3 @@ cleanup_module(void) free_netdev(dev_cs89x0); } #endif /* MODULE */ - -/* - * Local variables: - * compile-command: "m68k-linux-gcc -D__KERNEL__ -I../../include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -ffixed-a2 -DMODULE -DMODVERSIONS -include ../../include/linux/modversions.h -c -o mac89x0.o mac89x0.c" - * version-control: t - * kept-new-versions: 5 - * c-indent-level: 8 - * tab-width: 8 - * End: - * - */