commit | 91ec615e5474e38bbd65f36b861849e70311548b | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Fri Jan 29 13:54:54 2016 +0000 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Feb 01 22:13:25 2016 +0100 |
tree | 499281e95e4e5514dcc0311e76c749c1c99a6250 | |
parent | 19a5ef60bb209f85ee2f61e99b65c321843b2316 [diff] |
malta: Use I/O accessors for SuperI/O controller Rather than passing the I/O port base address to the Super I/O code, switch it to using outb such that it makes use of the I/O port base address automatically. Drop the extern keyword to satisfy checkpatch whilst here. Signed-off-by: Paul Burton <paul.burton@imgtec.com>