diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-10-13 03:24:51 -0400 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-10-13 03:24:59 -0400 | 
| commit | 2c96c142e941041973faab20ca3b82d57f435c5e (patch) | |
| tree | 45188f0ecb3f4bb7408a7219f8fcd041d500235a /drivers/usb/host/whci/debug.c | |
| parent | 3c355863fb32070a2800f41106519c5c3038623a (diff) | |
| parent | 8ad807318fcd62aba0e18c7c7fbfcc1af3fcdbab (diff) | |
Merge branch 'tracing/urgent' into tracing/core
Merge reason: Pick up tracing/filters fix from the urgent queue,
              we will queue up dependent patches.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers/usb/host/whci/debug.c')
| -rw-r--r-- | drivers/usb/host/whci/debug.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/drivers/usb/host/whci/debug.c b/drivers/usb/host/whci/debug.c index cf2d45946c57..2273c815941f 100644 --- a/drivers/usb/host/whci/debug.c +++ b/drivers/usb/host/whci/debug.c | |||
| @@ -134,7 +134,7 @@ static int pzl_open(struct inode *inode, struct file *file) | |||
| 134 | return single_open(file, pzl_print, inode->i_private); | 134 | return single_open(file, pzl_print, inode->i_private); | 
| 135 | } | 135 | } | 
| 136 | 136 | ||
| 137 | static struct file_operations di_fops = { | 137 | static const struct file_operations di_fops = { | 
| 138 | .open = di_open, | 138 | .open = di_open, | 
| 139 | .read = seq_read, | 139 | .read = seq_read, | 
| 140 | .llseek = seq_lseek, | 140 | .llseek = seq_lseek, | 
| @@ -142,7 +142,7 @@ static struct file_operations di_fops = { | |||
| 142 | .owner = THIS_MODULE, | 142 | .owner = THIS_MODULE, | 
| 143 | }; | 143 | }; | 
| 144 | 144 | ||
| 145 | static struct file_operations asl_fops = { | 145 | static const struct file_operations asl_fops = { | 
| 146 | .open = asl_open, | 146 | .open = asl_open, | 
| 147 | .read = seq_read, | 147 | .read = seq_read, | 
| 148 | .llseek = seq_lseek, | 148 | .llseek = seq_lseek, | 
| @@ -150,7 +150,7 @@ static struct file_operations asl_fops = { | |||
| 150 | .owner = THIS_MODULE, | 150 | .owner = THIS_MODULE, | 
| 151 | }; | 151 | }; | 
| 152 | 152 | ||
| 153 | static struct file_operations pzl_fops = { | 153 | static const struct file_operations pzl_fops = { | 
| 154 | .open = pzl_open, | 154 | .open = pzl_open, | 
| 155 | .read = seq_read, | 155 | .read = seq_read, | 
| 156 | .llseek = seq_lseek, | 156 | .llseek = seq_lseek, | 
