Fix #4: remove sram.h and gpio.h from EXTRA_DIST

`sram.h` is not referenced anywhere (or, better, `grep -ir sram.h` does
not return any matching result) while `gpio.h` is included with
`<linux/gpio.h>`, suggesting the system header file is used.
This commit is contained in:
Nicola Fontana 2021-05-22 11:57:39 +02:00 committed by Florian Pose
parent ad48fb6806
commit eb96e7fc50
1 changed files with 0 additions and 2 deletions

View File

@ -29,10 +29,8 @@
EXTRA_DIST = \
Kbuild.in \
gpio.h \
module.h \
netdev.h \
sram.h \
update.h
BUILT_SOURCES = \