Re: [opensuse] writing a module

2008-01-10 Thread Greg KH
On Thu, Jan 10, 2008 at 11:06:46PM -0200, Fernando Benedictti wrote: > Hellow there, > > I'm trying to write a module, in my source i've added the following line > > #include > > Since the preprocessor did not found it, i set the variable > > C_INCLUDE_PATH=/usr/src/linux-2.6.22.5-

Re: [opensuse] writing a module

2008-01-10 Thread Rajko M.
On Thursday 10 January 2008 07:06:46 pm Fernando Benedictti wrote: > Hellow there, > > I'm trying to write a module, in my source i've added the following line > > #include > > Since the preprocessor did not found it, i set the variable > > C_INCLUDE_PATH=/usr/src/linux-2.6.22.5-31/incl

[opensuse] writing a module

2008-01-10 Thread Fernando Benedictti
Hellow there, I'm trying to write a module, in my source i've added the following line #include Since the preprocessor did not found it, i set the variable C_INCLUDE_PATH=/usr/src/linux-2.6.22.5-31/include When i try to compile the source, the preprocessor tell me the following