media: ddbridge: remove another duplicate of io.h and sort includes
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Dec 2018 10:02:33 +0000 (05:02 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Dec 2018 10:04:49 +0000 (05:04 -0500)
commitb6973637c4cc842c1aa7d6c848781b4bdeb4415b
treeeadc53d2b0ab792339cff7ea7bbb4e2921a4a76e
parent12645e0655e457ae6727da4fae100e88ee78f42f
media: ddbridge: remove another duplicate of io.h and sort includes

The io.h was still included twice. Having a large number of
includes like that unsorted is likely the reason why we ended
by having 3 includes of io.h and two includes of interrupt.h
at the first place.

So, let's reorder the includes on alphabetic order. That would
make easier to maintain it.

Fixes: 12645e0655e4 ("media: ddbridge: remove some duplicated include file")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/ddbridge/ddbridge.h