summaryrefslogtreecommitdiff
path: root/linux/raptor.c
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2017-12-18 14:18:26 +0100
committerDimitri Staessens <dimitri.staessens@ugent.be>2017-12-18 14:22:02 +0100
commit9e8de41fa929dc5e342fd853301aef436dfd2ccb (patch)
treed678a61adb26daefdfcb15f53bfda43c668de20e /linux/raptor.c
parent6224491a9931e858e99cd6b5b817db720f80b977 (diff)
downloadraptor-9e8de41fa929dc5e342fd853301aef436dfd2ccb.tar.gz
raptor-9e8de41fa929dc5e342fd853301aef436dfd2ccb.zip
linux: Adapt ael2005 configuration for raptor
This adapts the ael2005 configuration header for the raptor project. It removes some unnecessary functions and cleans up formatting for inclusion in the raptor kernel module. It removes the phy_conf header which was copied from the ael2005 header but missing the correct license.
Diffstat (limited to 'linux/raptor.c')
-rw-r--r--linux/raptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/raptor.c b/linux/raptor.c
index 024096e..ffa3bee 100644
--- a/linux/raptor.c
+++ b/linux/raptor.c
@@ -33,7 +33,7 @@
#include <linux/kthread.h>
#include <linux/uaccess.h>
-#include "phy_conf.h"
+#include "ael2005_conf.h"
MODULE_LICENSE("GPL");