out* arguments are different on Linux and the i915 driver uses them.
Sponsored by: Beckhoff Automation GmbH & Co. KG
Details
Details
- Reviewers
- None
- Group Reviewers
linuxkpi - Commits
- rG96c30348bda0: linuxkpi: Add io.h
rG96b917bfcf2c: linuxkpi: Add io.h
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 46709 Build 43598: arc lint + arc unit
Event Timeline
Comment Actions
This looks pretty scary. Can you make sure that this file includes the file defining outb() and outw() and outl() first?
And that this file is not included anywhere else?
--HPS
sys/compat/linuxkpi/common/include/asm-generic/io.h | ||
---|---|---|
30 | Do we need to put all, including the #include into ... given we don't do per-arch asm/? #include <machine/cpufunc.h> /* and possibly other dependencies? */ ... |