From c9212d5d20c65f50f94692bb593195f7df05ccd7 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Mon, 23 Nov 2009 11:27:30 +0100 Subject: [PATCH] --- yaml --- r: 168960 b: refs/heads/master c: 45ba564d765d6165330e9bb14a197bdd348c114d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/rfkill/core.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6f41cbd7004f..3016ec37965a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 54ab040d24904d1fa2c0a6a27936b7c56a4efb24 +refs/heads/master: 45ba564d765d6165330e9bb14a197bdd348c114d diff --git a/trunk/net/rfkill/core.c b/trunk/net/rfkill/core.c index dbeaf2983822..7cb57ff6bafa 100644 --- a/trunk/net/rfkill/core.c +++ b/trunk/net/rfkill/core.c @@ -1188,6 +1188,7 @@ static long rfkill_fop_ioctl(struct file *file, unsigned int cmd, #endif static const struct file_operations rfkill_fops = { + .owner = THIS_MODULE, .open = rfkill_fop_open, .read = rfkill_fop_read, .write = rfkill_fop_write,