Staging: fbtft: add header for internal functions
authorDrew Fustini <pdp7pdp7@gmail.com>
Wed, 4 Mar 2015 08:10:11 +0000 (02:10 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 00:44:13 +0000 (16:44 -0800)
commitd9fabbde633e2d567a2c0f9e29e4e4d2f9bf5196
tree562dd1340b429b616b53e0892a862004ee984b4d
parent980ac4d7db69a3d9970f8eb545f90057afb6785e
Staging: fbtft: add header for internal functions

Remove extern keyword from function prototypes to suppress warning from
checkpatch.pl with --strict option: https://lkml.org/lkml/2013/7/23/422

fbtft maintainer Noralf Tronnes advised these functions are internal to
this module & suggested moving these prototypes to new internal.h file.
He also advised fbtft.h file will eventually live in include/linux/fbtft.h

Suggested-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Drew Fustini <pdp7pdp7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c
drivers/staging/fbtft/internal.h [new file with mode: 0644]
This page took 0.025041 seconds and 5 git commands to generate.