From 61d5cb2d34eac1d5de3cd6b2ce92f0679a3f159f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 27 Sep 2005 14:09:39 +1000 Subject: [PATCH] --- yaml --- r: 11475 b: refs/heads/master c: 6b67f62cf655c80147435544a2f8f6f57e07ec87 h: refs/heads/master i: 11473: 8d1833a618b4cd9b49e4f1f0c0eaf3c18d7d6594 11471: 16c57d14e43e9d09fd7d1a08b75f1a6353ef1fe0 v: v3 --- [refs] | 2 +- trunk/drivers/macintosh/smu.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 75b3a0748ce9..859bce9e78a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e607d98369dbd8e7b33b19664d1729a8a81fe7cd +refs/heads/master: 6b67f62cf655c80147435544a2f8f6f57e07ec87 diff --git a/trunk/drivers/macintosh/smu.c b/trunk/drivers/macintosh/smu.c index a85ac18dd21d..5f283529620b 100644 --- a/trunk/drivers/macintosh/smu.c +++ b/trunk/drivers/macintosh/smu.c @@ -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, @@ -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 };