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
};
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
};
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
};