aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-06-08 18:05:09 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-06-08 18:05:09 -0700
commit8d7458daea2a6809d32418bf489b949d23de99ea (patch)
tree8c4356632108c4849328cb1464621210dad2d572 /drivers
parentMerge git://git.infradead.org/~dwmw2/mtd-2.6.35 (diff)
parenthp_sdc_rtc: fix broken ioctl conversion (diff)
downloadwireguard-linux-8d7458daea2a6809d32418bf489b949d23de99ea.tar.xz
wireguard-linux-8d7458daea2a6809d32418bf489b949d23de99ea.zip
Merge branch 'bkl/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
* 'bkl/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing: hp_sdc_rtc: fix broken ioctl conversion
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/misc/hp_sdc_rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/hp_sdc_rtc.c b/drivers/input/misc/hp_sdc_rtc.c
index e00a1cc79c0a..c19066479057 100644
--- a/drivers/input/misc/hp_sdc_rtc.c
+++ b/drivers/input/misc/hp_sdc_rtc.c
@@ -678,7 +678,7 @@ static const struct file_operations hp_sdc_rtc_fops = {
.llseek = no_llseek,
.read = hp_sdc_rtc_read,
.poll = hp_sdc_rtc_poll,
- .unlocked_ioctl = hp_sdc_rtc_ioctl,
+ .unlocked_ioctl = hp_sdc_rtc_unlocked_ioctl,
.open = hp_sdc_rtc_open,
.fasync = hp_sdc_rtc_fasync,
};