Loading drivers/macintosh/smu.c +2 −2 Original line number Diff line number Diff line Loading @@ -1092,7 +1092,7 @@ static int smu_release(struct inode *inode, struct file *file) } static struct file_operations smu_device_fops __pmacdata = { static struct file_operations smu_device_fops = { .llseek = no_llseek, .read = smu_read, .write = smu_write, Loading @@ -1101,7 +1101,7 @@ static struct file_operations smu_device_fops __pmacdata = { .release = smu_release, }; static struct miscdevice pmu_device __pmacdata = { static struct miscdevice pmu_device = { MISC_DYNAMIC_MINOR, "smu", &smu_device_fops }; Loading Loading
drivers/macintosh/smu.c +2 −2 Original line number Diff line number Diff line Loading @@ -1092,7 +1092,7 @@ static int smu_release(struct inode *inode, struct file *file) } static struct file_operations smu_device_fops __pmacdata = { static struct file_operations smu_device_fops = { .llseek = no_llseek, .read = smu_read, .write = smu_write, Loading @@ -1101,7 +1101,7 @@ static struct file_operations smu_device_fops __pmacdata = { .release = smu_release, }; static struct miscdevice pmu_device __pmacdata = { static struct miscdevice pmu_device = { MISC_DYNAMIC_MINOR, "smu", &smu_device_fops }; Loading