staging: fbtft: remove redundant set_addr_win() function
authorDennis Menschel <menschel-d@posteo.de>
Wed, 21 Oct 2015 21:16:54 +0000 (23:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 02:42:37 +0000 (19:42 -0700)
commit5d7b169214bbbc9bb0b1dfb3a29cac97f7939ca4
tree85f8965e6b4a4210b77a7f0cbd59a3373c1ada1e
parent598af18afc6dd5753622b8e4c9a6cd185f4223a4
staging: fbtft: remove redundant set_addr_win() function

This patch removes the function set_addr_win() from fb_st7789v.c, as its
definition is redundant to the default implementation fbtft_set_addr_win()
which can be found in fbtft-core.c.

Signed-off-by: Dennis Menschel <menschel-d@posteo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_st7789v.c