summaryrefslogtreecommitdiff
path: root/fs/smhfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/smhfs.c')
-rw-r--r--fs/smhfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smhfs.c b/fs/smhfs.c
index 6431b894f6..5165bf9394 100644
--- a/fs/smhfs.c
+++ b/fs/smhfs.c
@@ -148,7 +148,7 @@ static void smhfs_remove(struct device __always_unused *dev)
{
}
-static struct fs_driver_d smhfs_driver = {
+static struct fs_driver smhfs_driver = {
.open = smhfs_open,
.close = smhfs_close,
.read = smhfs_read,