diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-12-03 22:19:52 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-03 22:19:52 -0800 |
commit | 9de6d99a7559d20f7ababd1cacdc61ee5315f3c1 (patch) | |
tree | b9fc437aef58fbe2a0bdee4e6235940b38f0b5d0 /drivers/net/hp100.c | |
parent | 8865c418caf4e9dd2c24bdfae3a5a4106e143e60 (diff) |
netdev: remove pathetic compile-command lines
-m486, -O6 are partircularly amusing.
Remove some other useless lines near as well.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hp100.c')
-rw-r--r-- | drivers/net/hp100.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c index 4dda9b043b13..1f86240bc0f8 100644 --- a/drivers/net/hp100.c +++ b/drivers/net/hp100.c @@ -3054,12 +3054,3 @@ static void __exit hp100_module_exit(void) module_init(hp100_module_init) module_exit(hp100_module_exit) - - -/* - * Local variables: - * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c hp100.c" - * c-indent-level: 2 - * tab-width: 8 - * End: - */ |