linux/debian/patches/bugfix/m68k/2.6.24/m68k-kill-arch-m68k-hp300-k...

36 lines
858 B
Diff

Subject: m68k: kill arch/m68k/hp300/ksyms.c
From: Adrian Bunk <bunk@kernel.org>
m68k: kill arch/m68k/hp300/ksyms.c
It was empty.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
arch/m68k/hp300/Makefile | 2 +-
arch/m68k/hp300/ksyms.c | 9 ---------
2 files changed, 1 insertion(+), 10 deletions(-)
--- a/arch/m68k/hp300/Makefile
+++ b/arch/m68k/hp300/Makefile
@@ -2,4 +2,4 @@
# Makefile for Linux arch/m68k/hp300 source directory
#
-obj-y := ksyms.o config.o time.o reboot.o
+obj-y := config.o time.o reboot.o
--- a/arch/m68k/hp300/ksyms.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * linux/arch/m68k/hp300/ksyms.c
- *
- * Copyright (C) 1998 Philip Blundell <philb@gnu.org>
- *
- * This file contains the HP300-specific kernel symbols. None yet. :-)
- */
-
-#include <linux/module.h>