
3 Oct
2018
3 Oct
'18
2:12 p.m.
On Wednesday 03 October 2018 05:41 PM, Tom Rini wrote:
On Wed, Oct 03, 2018 at 04:09:31PM +0530, Keerthy wrote:
Push generic defines of gpio.h out of mach-davinci to drivers/gpio now that non-davinci architectures are beginning to use this IP.
Signed-off-by: Keerthy j-keerthy@ti.com
[snip]
diff --git a/drivers/gpio/da8xx_gpio.h b/drivers/gpio/da8xx_gpio.h new file mode 100644 index 0000000..ffaa567 --- /dev/null +++ b/drivers/gpio/da8xx_gpio.h @@ -0,0 +1,44 @@ +/*
- Copyright (C) 2009 Texas Instruments Incorporated
- SPDX-License-Identifier: GPL-2.0+
- */
The tag should be the first line as: // SPDX-License-Identifier: GPL-2.0+ just like in Linux, thanks!
Oops will fix that. Thanks for catching it.