作者aup65797 (有缘人)
看板LinuxDev
标题[问题] linux dm365 driver error
时间Tue Mar 8 17:51:47 2011
static const struct file_operations adc_proc_fops = {
.owner = THIS_MODULE,
.open = adc_proc_open,
.read = seq_read,
.release = single_release,
};
编译错误讯息如下
错误:变数 「adc_proc_fops」 有初始值设定但类型不完全
不知道错在哪里= ="
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 114.37.160.77
1F:推 shaopin:file_operations所需要的header档有include? 03/09 11:59
2F:→ aup65797:问题已解决..makefile忘记include thanks 03/09 12:38