diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:17:24 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:17:24 +0000 |
| commit | 654548838bebbda54247e122f932b01c3d5c51b3 (patch) | |
| tree | 6cd157488289d99da8fca93f57b2d58efd58d5da /sys/arm/altera | |
| parent | 543769bf83775641c1a7f3d3d86744c7e1f5af4e (diff) | |
Notes
Diffstat (limited to 'sys/arm/altera')
| -rw-r--r-- | sys/arm/altera/socfpga/socfpga_a10_manager.c | 1 | ||||
| -rw-r--r-- | sys/arm/altera/socfpga/socfpga_common.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/altera/socfpga/socfpga_a10_manager.c b/sys/arm/altera/socfpga/socfpga_a10_manager.c index d76457765737..8ccaa4b6b473 100644 --- a/sys/arm/altera/socfpga/socfpga_a10_manager.c +++ b/sys/arm/altera/socfpga/socfpga_a10_manager.c @@ -141,7 +141,6 @@ fpga_wait_dclk_pulses(struct fpgamgr_a10_softc *sc, int npulses) return (0); } - static int fpga_open(struct cdev *dev, int flags __unused, int fmt __unused, struct thread *td __unused) diff --git a/sys/arm/altera/socfpga/socfpga_common.c b/sys/arm/altera/socfpga/socfpga_common.c index 1017f3e71d00..2d466275ff16 100644 --- a/sys/arm/altera/socfpga/socfpga_common.c +++ b/sys/arm/altera/socfpga/socfpga_common.c @@ -42,4 +42,3 @@ __FBSDID("$FreeBSD$"); #include <machine/fdt.h> #include <arm/altera/socfpga/socfpga_rstmgr.h> - |
