diff options
Diffstat (limited to 'fs/coda/psdev.c')
-rw-r--r-- | fs/coda/psdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index 0a61e949a430..ebfbbea9fa48 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c | |||
@@ -357,7 +357,7 @@ static const struct file_operations coda_psdev_fops = { | |||
357 | .llseek = noop_llseek, | 357 | .llseek = noop_llseek, |
358 | }; | 358 | }; |
359 | 359 | ||
360 | static int init_coda_psdev(void) | 360 | static int __init init_coda_psdev(void) |
361 | { | 361 | { |
362 | int i, err = 0; | 362 | int i, err = 0; |
363 | if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { | 363 | if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { |