Re: ioremap: How to

2003-07-18 Thread Richard Troy
On 19 Jul 2003, rahul patil wrote: > > hi, > I want build an application that requires the exact memory address > (for LCD display). I use ioremap to achieve that. However, when i > try to compile the file, i get the following error. > > implicit declaration of ioremap > and hence > unreferenced

Re: ioremap: How to

2003-07-18 Thread John
On 19 Jul 2003, rahul patil wrote: > hi, > I want build an application that requires the exact memory address > (for LCD display). I use ioremap to achieve that. However, when i > try to compile the file, i get the following error. > > implicit declaration of ioremap > and hence > unreferenced

ioremap: How to

2003-07-18 Thread rahul patil
hi, I want build an application that requires the exact memory address (for LCD display). I use ioremap to achieve that. However, when i try to compile the file, i get the following error. implicit declaration of ioremap and hence unreferenced ioremap I assume that this is becuase I can use iore