python: Fix incorrect header in the DmaDevice wrapper
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 19 Dec 2016 16:25:38 +0000 (16:25 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 19 Dec 2016 16:25:38 +0000 (16:25 +0000)
commitd113153b52306a97710ce5da1523862685aba1ae
tree7cab05f232ad429531b07914bc8eb85123232e62
parentac8e73565a244257f233cecfe936caf043af18fe
python: Fix incorrect header in the DmaDevice wrapper

The header declared in the DmaDevice wrapper doesn't actually contain
the DmaDevice class. This can potentially lead to incorrect type cases
in Swig.

Change-Id: If2266d4180d1d6fd13359a81067068854c5e96fe
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Sascha Bischoff <sascha.bischoff@arm.com>
src/dev/Device.py