aboutsummaryrefslogtreecommitdiff
path: root/kmod
diff options
context:
space:
mode:
Diffstat (limited to 'kmod')
-rw-r--r--kmod/muser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmod/muser.c b/kmod/muser.c
index 4ed388d..487bd6b 100644
--- a/kmod/muser.c
+++ b/kmod/muser.c
@@ -975,8 +975,8 @@ void dump_buffer(unsigned char const *const buf, uint32_t count)
#endif
}
-ssize_t muser_read(struct mdev_device *mdev, char __user *buf, size_t count,
- loff_t *ppos)
+static ssize_t muser_read(struct mdev_device *mdev, char __user *buf,
+ size_t count, loff_t *ppos)
{
struct muser_dev *mudev = mdev_get_drvdata(mdev);
struct mudev_cmd mucmd = { 0 };