diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:58 +0000 |
| commit | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (patch) | |
| tree | 9ea9aabd7d69195e62f8265fdd2e60259bfef4d9 /sys/dev/extres | |
| parent | b1cfcffa89e66caedb84d6e92a92e3828bc08f04 (diff) | |
Diffstat (limited to 'sys/dev/extres')
| -rw-r--r-- | sys/dev/extres/clk/clkdev_if.m | 1 | ||||
| -rw-r--r-- | sys/dev/extres/clk/clknode_if.m | 1 | ||||
| -rw-r--r-- | sys/dev/extres/hwreset/hwreset_if.m | 1 | ||||
| -rw-r--r-- | sys/dev/extres/nvmem/nvmem_if.m | 1 | ||||
| -rw-r--r-- | sys/dev/extres/phy/phydev_if.m | 1 | ||||
| -rw-r--r-- | sys/dev/extres/phy/phynode_usb_if.m | 1 | ||||
| -rw-r--r-- | sys/dev/extres/regulator/regdev_if.m | 1 | ||||
| -rw-r--r-- | sys/dev/extres/regulator/regnode_if.m | 1 | ||||
| -rw-r--r-- | sys/dev/extres/syscon/syscon_if.m | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/extres/clk/clkdev_if.m b/sys/dev/extres/clk/clkdev_if.m index f9f5084d2c77..8b75cfb9003b 100644 --- a/sys/dev/extres/clk/clkdev_if.m +++ b/sys/dev/extres/clk/clkdev_if.m @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # #include <machine/bus.h> diff --git a/sys/dev/extres/clk/clknode_if.m b/sys/dev/extres/clk/clknode_if.m index 367bc0c432ed..69cb514e4deb 100644 --- a/sys/dev/extres/clk/clknode_if.m +++ b/sys/dev/extres/clk/clknode_if.m @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # INTERFACE clknode; diff --git a/sys/dev/extres/hwreset/hwreset_if.m b/sys/dev/extres/hwreset/hwreset_if.m index 87f1cb0da244..53b75c246d64 100644 --- a/sys/dev/extres/hwreset/hwreset_if.m +++ b/sys/dev/extres/hwreset/hwreset_if.m @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # #include "opt_platform.h" diff --git a/sys/dev/extres/nvmem/nvmem_if.m b/sys/dev/extres/nvmem/nvmem_if.m index 769e07d9bc4f..e7f31ba0755a 100644 --- a/sys/dev/extres/nvmem/nvmem_if.m +++ b/sys/dev/extres/nvmem/nvmem_if.m @@ -22,7 +22,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # INTERFACE nvmem; diff --git a/sys/dev/extres/phy/phydev_if.m b/sys/dev/extres/phy/phydev_if.m index 5d35f84efbf6..310b056c68df 100644 --- a/sys/dev/extres/phy/phydev_if.m +++ b/sys/dev/extres/phy/phydev_if.m @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # #include <sys/types.h> diff --git a/sys/dev/extres/phy/phynode_usb_if.m b/sys/dev/extres/phy/phynode_usb_if.m index 3622e2cc9938..2a3906522740 100644 --- a/sys/dev/extres/phy/phynode_usb_if.m +++ b/sys/dev/extres/phy/phynode_usb_if.m @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # INTERFACE phynode_usb; diff --git a/sys/dev/extres/regulator/regdev_if.m b/sys/dev/extres/regulator/regdev_if.m index 426012bc45b6..bed20c464a1c 100644 --- a/sys/dev/extres/regulator/regdev_if.m +++ b/sys/dev/extres/regulator/regdev_if.m @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # #include <sys/types.h> diff --git a/sys/dev/extres/regulator/regnode_if.m b/sys/dev/extres/regulator/regnode_if.m index 616cbd36a061..83ca0460ff70 100644 --- a/sys/dev/extres/regulator/regnode_if.m +++ b/sys/dev/extres/regulator/regnode_if.m @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # INTERFACE regnode; diff --git a/sys/dev/extres/syscon/syscon_if.m b/sys/dev/extres/syscon/syscon_if.m index d6b88d2c35dd..f67dae55c8fd 100644 --- a/sys/dev/extres/syscon/syscon_if.m +++ b/sys/dev/extres/syscon/syscon_if.m @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # #include <machine/bus.h> |
