Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tty: rocket: fix incorrect forward declaration of 'rp_init()'
[ Upstream commit 423ea32 ] 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>
- Loading branch information