Commit 2f32a6e4 authored by Dave Jones's avatar Dave Jones

[PATCH] delete obsolete includes from sdla_fr

parent 87e7bd3c
......@@ -162,14 +162,9 @@
#include <linux/sdla_fr.h> /* frame relay firmware API definitions */
#if defined(LINUX_2_1) || defined(LINUX_2_4)
#include <asm/uaccess.h>
#include <linux/inetdevice.h>
#include <linux/netdevice.h>
#else
#include <asm/segment.h>
#endif
#include <asm/uaccess.h>
#include <linux/inetdevice.h>
#include <linux/netdevice.h>
#include <net/route.h> /* Dynamic Route Creation */
#include <linux/etherdevice.h> /* eth_type_trans() used for bridging */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment