From: Jim Radford <radford@indigita.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>, linux-kernel@vger.kernel.org
Subject: [PATCH] ppdev MODULES_ALIAS
Date: Mon, 22 Dec 2003 15:12:11 -0800 [thread overview]
Message-ID: <20031222231206.GA4138@indigita.com> (raw)
Hi Andrew,
I finally took the time to figure our why my parallel port wasn't
working... here's the patch.
-Jim
--- linux-2.6/drivers/char/ppdev.c.orig 2003-09-12 12:02:43.000000000 -0700
+++ linux-2.6/drivers/char/ppdev.c 2003-12-22 14:08:13.000000000 -0800
@@ -67,6 +67,7 @@
#include <asm/uaccess.h>
#include <linux/ppdev.h>
#include <linux/smp_lock.h>
+#include <linux/device.h>
#define PP_VERSION "ppdev: user-space parallel port driver"
#define CHRDEV "ppdev"
@@ -782,4 +783,4 @@
module_exit(ppdev_cleanup);
MODULE_LICENSE("GPL");
-
+MODULE_ALIAS_CHARDEV_MAJOR(PP_MAJOR);
reply other threads:[~2003-12-22 22:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20031222231206.GA4138@indigita.com \
--to=radford@indigita.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®