Staging: sep: make everything static
[firefly-linux-kernel-4.4.55.git] / drivers / staging / sep / sep_dev.h
index 0e8a09926f4d30a5160b8b86fa4c3d949408bd35..b190373fa182b0300eb8d61064e70ffaf8525aa1 100644 (file)
@@ -101,7 +101,7 @@ struct sep_device {
        unsigned long message_shared_area_addr;
 };
 
-extern struct sep_device *sep_dev;
+static struct sep_device *sep_dev;
 
 static inline void sep_write_reg(struct sep_device *dev, int reg, u32 value)
 {