On Fri, Jun 14, 2002 at 02:38:13PM +0530, hari.sharma@philips.com wrote: > I m developing a kernel module for PCI interface. Using redhat > 7.1. While I try to load the module it says ioremap symbol not > defined. asm/io.h is included in the module source. Any input is > welcome.Thanx in advance. > Hi [Hari, your email would be easier to read if you wrapped your lines at 72 characters; thanks] $ grep ioremap /proc/ksyms # 2.4.17-ish kernel c0113ba8 __ioremap Are you sure ioremap is exported? Did you -D__KERNEL__ and -DMODULE and #include all the right files? Did you deal with MODVERSIONS properly? (FAQ url in the signature should help answer these questions if you're not positive on any of them..) -- http://immunix.org/
Attachment:
pgp00100.pgp
Description: PGP signature