[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <5f001015990a76c0da35a4c3cf08e457ec353ab2.1652113087.git.mchehab@kernel.org>
Date: Mon, 9 May 2022 18:23:36 +0200
From: Mauro Carvalho Chehab <mchehab@...nel.org>
To: Luis Chamberlain <mcgrof@...nel.org>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>,
"Daniel Vetter" <daniel@...ll.ch>,
"David Airlie" <airlied@...ux.ie>,
"Greg KH" <gregkh@...uxfoundation.org>,
"Jaroslav Kysela" <perex@...ex.cz>,
"Kai Vehmanen" <kai.vehmanen@...el.com>,
"Lucas De Marchi" <lucas.demarchi@...el.com>,
"Pierre-Louis Bossart" <pierre-louis.bossart@...el.com>,
"Takashi Iwai" <tiwai@...e.com>, alsa-devel@...a-project.org,
dri-devel@...ts.freedesktop.org, intel-gfx@...ts.freedesktop.org,
linux-kernel@...r.kernel.org, linux-modules@...r.kernel.org,
mauro.chehab@...ux.intel.com
Subject: [PATCH v6 1/4] module: drop prototype for non-existing __symbol_get_gpl()
There's no such function, and __symbol_get() is already declared
as GPL. So, this is likely a left-over.
Signed-off-by: Mauro Carvalho Chehab <mchehab@...nel.org>
---
See [PATCH v6 0/4] at: https://lore.kernel.org/all/cover.1652113087.git.mchehab@kernel.org/
include/linux/module.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/module.h b/include/linux/module.h
index ccfbaec82790..77961f5773b6 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -299,7 +299,6 @@ struct notifier_block;
extern int modules_disabled; /* for sysctl */
/* Get/put a kernel symbol (calls must be symmetric) */
void *__symbol_get(const char *symbol);
-void *__symbol_get_gpl(const char *symbol);
#define symbol_get(x) ((typeof(&x))(__symbol_get(__stringify(x))))
/* modules using other modules: kdb wants to see this. */
--
2.35.3
Powered by blists - more mailing lists