Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11475
b: refs/heads/master
c: 6b67f62
h: refs/heads/master
i:
  11473: 8d1833a
  11471: 16c57d1
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Sep 27, 2005
1 parent 71d263c commit 61d5cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e607d98369dbd8e7b33b19664d1729a8a81fe7cd
refs/heads/master: 6b67f62cf655c80147435544a2f8f6f57e07ec87
4 changes: 2 additions & 2 deletions trunk/drivers/macintosh/smu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
};

Expand Down

0 comments on commit 61d5cb2

Please sign in to comment.