[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240823095025.3147585-1-yuehaibing@huawei.com>
Date: Fri, 23 Aug 2024 17:50:25 +0800
From: Yue Haibing <yuehaibing@...wei.com>
To: <airlied@...hat.com>, <tzimmermann@...e.de>
CC: <dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>,
<yuehaibing@...wei.com>
Subject: [PATCH -next] char/agp: Remove unused declaration compat_agp_ioctl()
Commit 87be41f09ac9 ("char/agp: Remove frontend code") removed the
implementation but leave declaration.
Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
---
drivers/char/agp/agp.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h
index 67d7be800a7c..93689bfdda34 100644
--- a/drivers/char/agp/agp.h
+++ b/drivers/char/agp/agp.h
@@ -239,8 +239,6 @@ extern const struct aper_size_info_16 agp3_generic_sizes[];
extern int agp_off;
extern int agp_try_unsupported_boot;
-long compat_agp_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
-
/* Chipset independent registers (from AGP Spec) */
#define AGP_APBASE 0x10
#define AGP_APERTURE_BAR 0
--
2.34.1
Powered by blists - more mailing lists