facetimehd: add missing struct dentry for debugfs to struct fthd_privatew

This commit is contained in:
Sven Schnelle
2015-12-01 21:15:05 +01:00
parent ab647bf462
commit abdb6cd603

View File

@@ -123,6 +123,7 @@ struct fthd_private {
struct v4l2_ctrl_handler v4l2_ctrl_handler;
int frametime;
struct dentry *debugfs;
};
#endif