diff mbox

[2/4] kbuild: Fix reference to vermagic.h

Message ID 1306314599-19233-1-git-send-email-geert@linux-m68k.org (mailing list archive)
State New, archived
Headers show

Commit Message

Geert Uytterhoeven May 25, 2011, 9:09 a.m. UTC
It's "include/linux/vermagic.h", not "include/vermagic.h"

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 scripts/Makefile.modpost |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Michal Marek May 25, 2011, 10:09 a.m. UTC | #1
On 25.5.2011 11:09, Geert Uytterhoeven wrote:
> It's "include/linux/vermagic.h", not "include/vermagic.h"
>
> Signed-off-by: Geert Uytterhoeven<geert@linux-m68k.org>
> ---
>   scripts/Makefile.modpost |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)

Applied to kbuild-2.6.git#kbuild, thanks.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index 56dfafc..08dce14 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -18,7 +18,7 @@ 
 
 # Step 3 is used to place certain information in the module's ELF
 # section, including information such as:
-#   Version magic (see include/vermagic.h for full details)
+#   Version magic (see include/linux/vermagic.h for full details)
 #     - Kernel release
 #     - SMP is CONFIG_SMP
 #     - PREEMPT is CONFIG_PREEMPT