|
@@ -9,15 +9,14 @@
|
|
|
* GNU General Public License for more details.
|
|
|
*
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
- * along with this program; if not, write to the Free Software
|
|
|
- * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
*/
|
|
|
|
|
|
#ifndef __KVM_IODEV_H__
|
|
|
#define __KVM_IODEV_H__
|
|
|
|
|
|
#include <linux/kvm_types.h>
|
|
|
-#include <asm/errno.h>
|
|
|
+#include <linux/errno.h>
|
|
|
|
|
|
struct kvm_io_device;
|
|
|
struct kvm_vcpu;
|