git: 270e01d4686e - main - linux(4): Fix leftovers after 2ff63af9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 20:55:10 UTC
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=270e01d4686ea99ac9760a2cebb84d848352e28b
commit 270e01d4686ea99ac9760a2cebb84d848352e28b
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-08-17 20:54:00 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-08-17 20:54:00 +0000
linux(4): Fix leftovers after 2ff63af9
---
sys/amd64/linux32/linux32_vdso_gtod.c | 1 -
sys/arm64/linux/linux.h | 2 --
sys/arm64/linux/linux_vdso_gtod.c | 1 -
sys/compat/linux/linux_persona.h | 2 --
sys/compat/linux/linux_timer.c | 1 +
sys/compat/linux/linux_videodev2_compat.h | 3 ---
sys/compat/linux/linux_videodev_compat.h | 3 ---
7 files changed, 1 insertion(+), 12 deletions(-)
diff --git a/sys/amd64/linux32/linux32_vdso_gtod.c b/sys/amd64/linux32/linux32_vdso_gtod.c
index 9f01e5241025..3552f37bae8e 100644
--- a/sys/amd64/linux32/linux32_vdso_gtod.c
+++ b/sys/amd64/linux32/linux32_vdso_gtod.c
@@ -25,7 +25,6 @@
* SUCH DAMAGE.
*/
-
#include <sys/cdefs.h>
#include <sys/elf.h>
#include <sys/errno.h>
diff --git a/sys/arm64/linux/linux.h b/sys/arm64/linux/linux.h
index 9d08e3bb28e9..d612ba8e5d9e 100644
--- a/sys/arm64/linux/linux.h
+++ b/sys/arm64/linux/linux.h
@@ -25,8 +25,6 @@
* SUCH DAMAGE.
*/
-/*
- */
#ifndef _ARM64_LINUX_H_
#define _ARM64_LINUX_H_
diff --git a/sys/arm64/linux/linux_vdso_gtod.c b/sys/arm64/linux/linux_vdso_gtod.c
index 466f4ccaa2e9..eef6022dbae3 100644
--- a/sys/arm64/linux/linux_vdso_gtod.c
+++ b/sys/arm64/linux/linux_vdso_gtod.c
@@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
-
#include <sys/cdefs.h>
#include <sys/elf.h>
#include <sys/errno.h>
diff --git a/sys/compat/linux/linux_persona.h b/sys/compat/linux/linux_persona.h
index c3d669c8ea6b..18aef6f02d76 100644
--- a/sys/compat/linux/linux_persona.h
+++ b/sys/compat/linux/linux_persona.h
@@ -1,5 +1,3 @@
-/*
- */
#ifndef LINUX_PERSONALITY_H
#define LINUX_PERSONALITY_H
diff --git a/sys/compat/linux/linux_timer.c b/sys/compat/linux/linux_timer.c
index bfa17d7e8aa5..66fd309a9485 100644
--- a/sys/compat/linux/linux_timer.c
+++ b/sys/compat/linux/linux_timer.c
@@ -27,6 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
+
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/proc.h>
diff --git a/sys/compat/linux/linux_videodev2_compat.h b/sys/compat/linux/linux_videodev2_compat.h
index d9c3b3d07373..cd7ca5f002e1 100644
--- a/sys/compat/linux/linux_videodev2_compat.h
+++ b/sys/compat/linux/linux_videodev2_compat.h
@@ -1,6 +1,3 @@
-/*
- */
-
/*
* This file defines compatibility versions of several video structures
* defined in the Linux videodev2.h header (linux_videodev2.h). The
diff --git a/sys/compat/linux/linux_videodev_compat.h b/sys/compat/linux/linux_videodev_compat.h
index 0d612fb6f976..c35a59d2ecf8 100644
--- a/sys/compat/linux/linux_videodev_compat.h
+++ b/sys/compat/linux/linux_videodev_compat.h
@@ -1,6 +1,3 @@
-/*
- */
-
/*
* This file defines compatibility versions of several video structures
* defined in the Linux videodev.h header (linux_videodev.h). The