public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amdkfd: explicitely include io.h in kfd_doorbell.c
@ 2014-11-21 20:07 Oded Gabbay
  2014-11-21 20:54 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Oded Gabbay @ 2014-11-21 20:07 UTC (permalink / raw)
  To: dri-devel, jim.epost; +Cc: sfr, linux-next, linux-kernel, airlied

This patch fixes a compilation error when using certain configuration by
including the file io.h in kfd_doorbell.c

Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
---
 drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c b/drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c
index 0dcb787..b5791a5 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c
@@ -23,6 +23,7 @@
 #include <linux/mm.h>
 #include <linux/mman.h>
 #include <linux/slab.h>
+#include <linux/io.h>
 
 /*
  * This extension supports a kernel level doorbells management for
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-21 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 20:07 [PATCH] amdkfd: explicitely include io.h in kfd_doorbell.c Oded Gabbay
2014-11-21 20:54 ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox