[PATCH v1 11/16] rtc: mediatek: move the declaration into a globally visible header file
Fabio Estevam
festevam at gmail.com
Sat Mar 24 13:00:02 PDT 2018
On Fri, Mar 23, 2018 at 6:15 AM, <sean.wang at mediatek.com> wrote:
> --- /dev/null
> +++ b/include/linux/rtc/mt6397.h
> @@ -0,0 +1,72 @@
> +
> +// SPDX-License-Identifier: GPL-2.0
According to Documentation/process/license-rules.rst the SPDX notation
for C header file should be:
/* SPDX-License-Identifier: GPL-2.0 */
More information about the Linux-mediatek
mailing list