tty: rocket: fix incorrect forward declaration of 'rp_init()'
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 May 2019 18:28:23 +0000 (11:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jul 2019 07:55:46 +0000 (09:55 +0200)
commita391af9be4418d0f7c22d39235224aa3c4a3e067
tree540644445529c8fd0a02ebb8fa9901b8ed96ace4
parentc51e9aab0afff0e6531e45f5169814dd985775d5
tty: rocket: fix incorrect forward declaration of 'rp_init()'

[ Upstream commit 423ea3255424b954947d167681b71ded1b8fca53 ]

Make the forward declaration actually match the real function
definition, something that previous versions of gcc had just ignored.

This is another patch to fix new warnings from gcc-9 before I start the
merge window pulls.  I don't want to miss legitimate new warnings just
because my system update brought a new compiler with new warnings.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/tty/rocket.c