Commit 4bf84b44 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files
parent 64e9d8e4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -169,8 +169,6 @@ enum ds_type {

struct ds1307 {
	enum ds_type		type;
	unsigned long		flags;
#define HAS_NVRAM	0		/* bit 0 == sysfs file active */
	struct device		*dev;
	struct regmap		*regmap;
	const char		*name;