Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 3160499aacb81f6735941eb4c372d87a > files > 278

kvm-83-164.el5_5.30.src.rpm

From ac06c935d3de1261db3a09c3b141d36009cc9891 Mon Sep 17 00:00:00 2001
From: Eduardo Habkost <ehabkost@redhat.com>
Date: Mon, 5 Oct 2009 14:32:42 -0300
Subject: [PATCH 4/4] external-module-compat: bring c89 prototypes to intel_iommu_found

RH-Author: Juan Quintela <quintela@redhat.com>
Message-id: <052ddcb87a6b78b493f45b208b45007b4f7faa91.1253624292.git.quintela@redhat.com>
Patchwork-id: 3498
O-Subject: [PATCH 4/4] external-module-compat: bring c89 prototypes to
	intel_iommu_found
Bugzilla: 515749
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 kernel/external-module-compat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 kernel/external-module-compat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/external-module-compat.c b/kernel/external-module-compat.c
index da6d774..53d7983 100644
--- a/kernel/external-module-compat.c
+++ b/kernel/external-module-compat.c
@@ -329,7 +329,7 @@ struct pci_dev *pci_get_bus_and_slot(unsigned int bus, unsigned int devfn)
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)
 
-int intel_iommu_found()
+int intel_iommu_found(void)
 {
 	return 0;
 }
-- 
1.6.3.rc4.29.g8146