From: Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Christoph Hellwig <hch@infradead.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Runtime fix for intermodule.c
Date: Wed, 13 Jul 2005 10:19:17 +0200 [thread overview]
Message-ID: <20050713081916.GA32417@physik.fu-berlin.de> (raw)
In-Reply-To: <20050712220705.GA12906@infradead.org>
> > This little patch adds the missing function declaration
> > of the deprecatated function call inter_module_get
> > to the header file include/linux/module.h and the
> > necessary EXPORT_SYMBOL to kernel/intermodule.c. Without
> > the declaration and the EXPORT_SYMBOL any module that requires
> > the inter_module_get call will fail upon loading
> > since the symbol inter_module_get cannot be resolved,
> > applying this patch will make those modules work again.
>
> There's a reason you shouldn't use it, and because of that it's
> not exported.
I am sorry ! Since I didn't see any reason why not, I added
the export to code again to make my modem work with
the latest kernel versions. Well, I will need to try to
fix the driver then. I think I can use symbol_get instead,
can't I ?
Regards,
Adrian Glaubitz
next prev parent reply other threads:[~2005-07-13 8:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-12 21:39 [PATCH] Runtime fix for intermodule.c Adrian Glaubitz
2005-07-12 22:07 ` Christoph Hellwig
2005-07-13 8:19 ` Adrian Glaubitz [this message]
2005-07-13 10:56 ` Jan Engelhardt
2005-07-13 11:38 ` Arjan van de Ven
2005-07-12 22:25 ` [PATCH] " Alexey Dobriyan
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=20050713081916.GA32417@physik.fu-berlin.de \
--to=glaubitz@physik.fu-berlin.de \
--cc=hch@infradead.org \
--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.