Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Jun 20, 2022
1 parent 338aa05 commit 26a9cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
9 changes: 2 additions & 7 deletions elks/arch/i86/drivers/char/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@
*/

#include <linuxmt/init.h>
#include <linuxmt/errno.h>
#include <linuxmt/major.h>
#include <linuxmt/ioctl.h>
#include <linuxmt/fcntl.h>
#include <linuxmt/fs.h>
#include <linuxmt/errno.h>
#include <linuxmt/kernel.h>
#include <linuxmt/sched.h>
#include <linuxmt/limits.h>
#include <linuxmt/mm.h>
#include <linuxmt/string.h>

/* character devices and their minor numbers */
extern struct file_operations ne2k_fops; /* 0 CONFIG_ETH_NE2K */
Expand Down
17 changes: 0 additions & 17 deletions elks/arch/i86/drivers/net/net_drv.c

This file was deleted.

0 comments on commit 26a9cd5

Please sign in to comment.