From 9e8de41fa929dc5e342fd853301aef436dfd2ccb Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 18 Dec 2017 14:18:26 +0100 Subject: 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. --- linux/raptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/raptor.c') 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 #include -#include "phy_conf.h" +#include "ael2005_conf.h" MODULE_LICENSE("GPL"); -- cgit v1.2.3