From 093a6c67005148ae32a5c9e4553491b9f5c2457b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:40:51 +0000 Subject: [PATCH] disable kernel build waring --- kernel/include/linux/auto_dev-ioctl.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/kernel/include/linux/auto_dev-ioctl.h b/kernel/include/linux/auto_dev-ioctl.h index 28c1505..6e1ca6f 100644 --- a/kernel/include/linux/auto_dev-ioctl.h +++ b/kernel/include/linux/auto_dev-ioctl.h @@ -1,10 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2008 Red Hat, Inc. All rights reserved. * Copyright 2008 Ian Kent <raven@themaw.net> - * - * This file is part of the Linux kernel and is made available under - * the terms of the GNU General Public License, version 2, or at your - * option, any later version, incorporated herein by reference. */ #ifndef _LINUX_AUTO_DEV_IOCTL_H -- Gitblit v1.6.2