From 9bec5c48e4a0745ebfd1fd6ca886aa11ab36ad74 Mon Sep 17 00:00:00 2001 From: Chris Boot Date: Mon, 1 Jul 2013 23:10:02 +0100 Subject: [PATCH] modpost symbol prefix setting [bwh: The original version of this was added by Bastian Blank. The upstream code includes so that can tell whether C symbols have an underscore prefix. Since we build modpost separately from the kernel, won't exist. However, no Debian Linux architecture uses the symbol prefix, so we can simply omit it.] Gbp-Pq: Topic debian Gbp-Pq: Name modpost-symbol-prefix.patch --- scripts/mod/modpost.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 6510536c06d..dfbbd838666 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -19,7 +19,6 @@ #include #include #include "modpost.h" -#include "../../include/generated/autoconf.h" #include "../../include/linux/license.h" #include "../../include/linux/export.h" -- 2.30.2