static
struct file_operations s3c24xx_leds_fops ={
????.owner = THIS_MODULE ,
????//.open = s3c24xx_leds_open,
????.read = s3c24xx_leds_read ,
????.write = s3c24xx_leds_write ,
????.ioctl = s3c24xx_leds_ioctl
};
TEST
原文:http://www.cnblogs.com/mylinux/p/4028614.html