aboutsummaryrefslogtreecommitdiffstats
path: root/package/libertas/src/debugfs.h
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-10-07 16:03:31 +0000
committerNicolas Thill <nico@openwrt.org>2009-10-07 16:03:31 +0000
commitd7affd9bfb3611044e33f7a963340396487762be (patch)
treef6680ee7bb34215ac6602588238e78d8a2d2c6bf /package/libertas/src/debugfs.h
parent889e0e68341791fcf73f3d29036cff29e1521b18 (diff)
downloadupstream-d7affd9bfb3611044e33f7a963340396487762be.tar.gz
upstream-d7affd9bfb3611044e33f7a963340396487762be.tar.bz2
upstream-d7affd9bfb3611044e33f7a963340396487762be.zip
[package] libertas: use driver from compat-wireless instead of our own (deprecated) one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libertas/src/debugfs.h')
-rw-r--r--package/libertas/src/debugfs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/libertas/src/debugfs.h b/package/libertas/src/debugfs.h
deleted file mode 100644
index f2b9c7ffe0..0000000000
--- a/package/libertas/src/debugfs.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _LBS_DEBUGFS_H_
-#define _LBS_DEBUGFS_H_
-
-void lbs_debugfs_init(void);
-void lbs_debugfs_remove(void);
-
-void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
-void lbs_debugfs_remove_one(struct lbs_private *priv);
-
-#endif