From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759870AbXKRKTs (ORCPT ); Sun, 18 Nov 2007 05:19:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756708AbXKRKPn (ORCPT ); Sun, 18 Nov 2007 05:15:43 -0500 Received: from europa.telenet-ops.be ([195.130.137.75]:52928 "EHLO europa.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752089AbXKRKPR (ORCPT ); Sun, 18 Nov 2007 05:15:17 -0500 Message-Id: <20071118101448.553584007@mail.of.borg> References: <20071118101336.330321764@mail.of.borg> User-Agent: quilt/0.46-1 Date: Sun, 18 Nov 2007 11:13:45 +0100 From: Geert Uytterhoeven To: Andrew Morton Cc: Linux/m68k , Linux Kernel Development , Adrian Bunk Subject: [patch 09/13] m68k: kill arch/m68k/mvme16x/mvme16x_ksyms.c Content-Disposition: inline; filename=m68k-kill-arch-m68k-mvme16x-mvme16x_ksyms-c.diff Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Adrian Bunk m68k: kill arch/m68k/mvme16x/mvme16x_ksyms.c EXPORT_SYMBOL's belong to the actual code. Signed-off-by: Adrian Bunk Signed-off-by: Geert Uytterhoeven --- arch/m68k/mvme16x/Makefile | 2 +- arch/m68k/mvme16x/config.c | 2 ++ arch/m68k/mvme16x/mvme16x_ksyms.c | 6 ------ 3 files changed, 3 insertions(+), 7 deletions(-) --- a/arch/m68k/mvme16x/Makefile +++ b/arch/m68k/mvme16x/Makefile @@ -2,4 +2,4 @@ # Makefile for Linux arch/m68k/mvme16x source directory # -obj-y := config.o rtc.o mvme16x_ksyms.o +obj-y := config.o rtc.o --- a/arch/m68k/mvme16x/config.c +++ b/arch/m68k/mvme16x/config.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -58,6 +59,7 @@ static irq_handler_t tick_handler; unsigned short mvme16x_config; +EXPORT_SYMBOL(mvme16x_config); int mvme16x_parse_bootinfo(const struct bi_record *bi) --- a/arch/m68k/mvme16x/mvme16x_ksyms.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include -#include -#include - -EXPORT_SYMBOL(mvme16x_config); -- Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds