mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
rtc: pcf85363: remove useless forward declaration
It is not necessary to forward declare pcf85363_driver as it is not used before being declared. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
176a5ee32c
commit
b21a841c4c
1 changed files with 0 additions and 2 deletions
|
@ -112,8 +112,6 @@
|
|||
|
||||
#define NVRAM_SIZE 0x40
|
||||
|
||||
static struct i2c_driver pcf85363_driver;
|
||||
|
||||
struct pcf85363 {
|
||||
struct rtc_device *rtc;
|
||||
struct regmap *regmap;
|
||||
|
|
Loading…
Add table
Reference in a new issue