Commit 4744f847 authored by Adam Wujek's avatar Adam Wujek 💬

userspace: clean up after removal of at91_softpwm

Also remove link to at91_softpwm.h
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent ffdd27e1
...@@ -811,7 +811,6 @@ offset (well lower than a second, after the initial ntp-driven setting event). ...@@ -811,7 +811,6 @@ offset (well lower than a second, after the initial ntp-driven setting event).
This is considered acceptable, because system time is only This is considered acceptable, because system time is only
used for logging. used for logging.
@item @i{at91_softpwm.ko}: a driver that generates a PWM signal for the fan.
@end itemize @end itemize
......
...@@ -14,7 +14,6 @@ export ...@@ -14,7 +14,6 @@ export
# All targets must install as well, as later builds use headers/libs # All targets must install as well, as later builds use headers/libs
all: all:
ln -sf ../../kernel/wbgen-regs include/regs ln -sf ../../kernel/wbgen-regs include/regs
ln -sf ../../kernel/at91_softpwm/at91_softpwm.h include/at91_softpwm.h
for d in $(SUBDIRS); do $(MAKE) -C $$d $@ || exit 1; done for d in $(SUBDIRS); do $(MAKE) -C $$d $@ || exit 1; done
clean: clean:
......
...@@ -90,7 +90,6 @@ else ...@@ -90,7 +90,6 @@ else
fi fi
insmod $WR_HOME/lib/modules/at91_softpwm.ko
insmod $WR_HOME/lib/modules/wr_vic.ko insmod $WR_HOME/lib/modules/wr_vic.ko
insmod $WR_HOME/lib/modules/wr-nic.ko macaddr=$val insmod $WR_HOME/lib/modules/wr-nic.ko macaddr=$val
insmod $WR_HOME/lib/modules/wr_rtu.ko insmod $WR_HOME/lib/modules/wr_rtu.ko
......
...@@ -11,4 +11,3 @@ rmmod wr_pstats ...@@ -11,4 +11,3 @@ rmmod wr_pstats
rmmod wr_rtu rmmod wr_rtu
rmmod wr_nic rmmod wr_nic
rmmod wr_vic rmmod wr_vic
rmmod at91_softpwm
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