From: Adrian Bunk <bunk@stusta.de>
To: adaplas@pol.net
Cc: linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [2.6 patch] make savagefb one module
Date: Fri, 4 Mar 2005 00:07:51 +0100 [thread overview]
Message-ID: <20050303230750.GT4608@stusta.de> (raw)
In-Reply-To: <200503040437.43495.adaplas@hotpop.com>
[-- Attachment #1: Type: text/plain, Size: 832 bytes --]
This patch links all selected files under drivers/video/savagefb/ into
one module.
This required a renaming of savagefb.c to savagefb_driver.c .
As a side effect, the EXPORT_SYMBOL's in this directory are no longer
required.
---
Other names than savagefb_driver.c (e.g. savagefb_main.c) are easily
possible - I do not claim being good at picking names...
Due to the size because of the renaming, this patch is attached gzipped.
drivers/video/Kconfig | 4
drivers/video/savage/Makefile | 8
drivers/video/savage/savagefb-i2c.c | 3
drivers/video/savage/savagefb.c | 2276 -------------------------
drivers/video/savage/savagefb_accel.c | 4
drivers/video/savage/savagefb_driver.c | 2276 +++++++++++++++++++++++++
6 files changed, 2283 insertions(+), 2288 deletions(-)
[-- Attachment #2: patch-savagefb.gz --]
[-- Type: application/octet-stream, Size: 29047 bytes --]
next prev parent reply other threads:[~2005-03-03 23:08 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-01 2:41 RFC: disallow modular framebuffers Adrian Bunk
2005-03-01 3:46 ` Jeff Garzik
2005-03-01 6:07 ` Jon Smirl
2005-03-01 6:07 ` Jon Smirl
2005-03-01 17:52 ` [Linux-fbdev-devel] " James Simmons
2005-03-01 12:49 ` [Linux-fbdev-devel] " Antonino A. Daplas
2005-03-01 12:49 ` Antonino A. Daplas
2005-03-01 13:15 ` Antonino A. Daplas
2005-03-03 16:56 ` Adrian Bunk
2005-03-03 19:50 ` Antonino A. Daplas
2005-03-03 20:20 ` Adrian Bunk
2005-03-03 20:20 ` Adrian Bunk
2005-03-03 20:37 ` Antonino A. Daplas
2005-03-03 20:37 ` Antonino A. Daplas
2005-03-03 23:07 ` Adrian Bunk [this message]
2005-03-04 9:17 ` [Linux-fbdev-devel] [2.6 patch] make savagefb one module Geert Uytterhoeven
2005-03-05 1:12 ` Adrian Bunk
2005-03-05 1:12 ` [Linux-fbdev-devel] " Adrian Bunk
2005-03-05 20:49 ` Antonino A. Daplas
2005-03-05 20:49 ` [Linux-fbdev-devel] " Antonino A. Daplas
2005-03-01 16:59 ` RFC: disallow modular framebuffers Jesse Barnes
2005-03-02 11:32 ` [Linux-fbdev-devel] " David Vrabel
2005-03-02 12:17 ` Paul Mundt
2005-03-02 18:01 ` Jon Smirl
2005-03-02 18:01 ` Jon Smirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050303230750.GT4608@stusta.de \
--to=bunk@stusta.de \
--cc=adaplas@pol.net \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.