rtc-ds2404.c (be2b04371ab198af69a0630abccf7a6110008067) | rtc-ds2404.c (14556f04e546de8c639f8393527a0600f79ca7b7) |
---|---|
1/* 2 * Copyright (C) 2012 Sven Schnelle <svens@stackframe.org> 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 */ | 1// SPDX-License-Identifier: GPL-2.0 2// Copyright (C) 2012 Sven Schnelle <svens@stackframe.org> |
9 10#include <linux/platform_device.h> 11#include <linux/module.h> 12#include <linux/init.h> 13#include <linux/rtc.h> 14#include <linux/types.h> 15#include <linux/bcd.h> 16#include <linux/platform_data/rtc-ds2404.h> --- 272 unchanged lines hidden --- | 3 4#include <linux/platform_device.h> 5#include <linux/module.h> 6#include <linux/init.h> 7#include <linux/rtc.h> 8#include <linux/types.h> 9#include <linux/bcd.h> 10#include <linux/platform_data/rtc-ds2404.h> --- 272 unchanged lines hidden --- |