i2c: acorn: add MODULE_LICENSE tag
authorArnd Bergmann <arnd@arndb.de>
Mon, 15 Jan 2018 20:28:39 +0000 (21:28 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 17 Jan 2018 23:05:58 +0000 (00:05 +0100)
commite199c285b66705bec2f63a9230f50dadfa6dc0fb
tree559398720f79c5bc491dc5ec7d741590314a4e6f
parent7d2c17f021c656a9429df05e27a359041c1bada8
i2c: acorn: add MODULE_LICENSE tag

As of v4.15, Kbuild warns about missing MODULE_LICENSE tags:

WARNING: modpost: missing MODULE_LICENSE() in drivers/i2c/busses/i2c-acorn.o

This adds a license, author and description tag, matching the
comment at the start of the acorn i2c driver.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-acorn.c