diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-02-04 15:47:18 +0100 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@suse.cz> | 2005-02-04 15:47:18 +0100 |
| commit | af83e659695ade7efd883b2591e88d7df3ee425e (patch) | |
| tree | cc17edbe74c10b03422e94d6a308151fe13ee5cd /drivers/input/tsdev.c | |
| parent | 252d98b40726679b4277cd414b63431d79488f32 (diff) | |
Input: Make some needlessly global code static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Diffstat (limited to 'drivers/input/tsdev.c')
| -rw-r--r-- | drivers/input/tsdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/tsdev.c b/drivers/input/tsdev.c index 9c00dbd39c6f..52eab82f04bf 100644 --- a/drivers/input/tsdev.c +++ b/drivers/input/tsdev.c @@ -265,7 +265,7 @@ static int tsdev_ioctl(struct inode *inode, struct file *file, return retval; } -struct file_operations tsdev_fops = { +static struct file_operations tsdev_fops = { .owner = THIS_MODULE, .open = tsdev_open, .release = tsdev_release, |
