Whamcloud - gitweb
LU-9859 libcfs: move misc-device registration closer to related code.
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_private.h
index 653ed67..a3e2bbd 100644 (file)
@@ -412,7 +412,4 @@ static inline size_t cfs_round_strlen(char *fset)
        return cfs_size_round(strlen(fset) + 1);
 }
 
-extern struct cfs_psdev_ops libcfs_psdev_ops;
-extern struct miscdevice libcfs_dev;
-
 #endif