Re: can anybody help
- From: Juergen Beisert <jbeisert@xxxxxxxxxxxx>
- Date: Wed, 07 May 2008 09:14:25 +0200
Nayan wrote:
Thanks for your help.
I tried to check the result after issuing the command as you suggested
$ make sdhost.i
i am getting the following result
make: *** No rule to make target 'sdhost.i'. Stop.
following is the defination of function "show_sd_host_version()"
static ssize_t show_sd_host_version(struct device *pDevice,char
*pBuff)
{
PSD_HOST pSdHost = (PSD_HOST)pDevice->driver_data:
return print_dev_t(pBuff,pSdHost->sd_host_cdev.dev);
}
Visit http://lxr.free-electrons.com/, select "identifier search",
enter "DEVICE_ATTR" and hit "Find". Chose one of the location where this
macro is used and take a look how others do it. For 2.6.25 I found:
ssize_t function (struct device *dev, struct device_attribute *attr, char
*buf)
So this may explain the warning your compiler emits.
JB
.
- Follow-Ups:
- Re: can anybody help
- From: Nayan
- Re: can anybody help
- References:
- can anybody help
- From: Nayan
- Re: can anybody help
- From: Juergen Beisert
- Re: can anybody help
- From: Nayan
- can anybody help
- Prev by Date: Re: bourne shell under uClinux
- Next by Date: Re: bourne shell under uClinux
- Previous by thread: Re: can anybody help
- Next by thread: Re: can anybody help
- Index(es):
Relevant Pages
|