* [x86 patch] Fix UML ubd_kern.c build error
@ 2007-10-25 11:50 Balbir Singh
2007-10-25 12:08 ` WANG Cong
0 siblings, 1 reply; 3+ messages in thread
From: Balbir Singh @ 2007-10-25 11:50 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar; +Cc: Balbir Singh, Linux Kernel Mailing List
Fix UML build error, include linux/scatterlist.h in arch/um/drivers/ubd_kern.c,
to resolve the definition of sg_page()
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
---
arch/um/drivers/ubd_kern.c | 1 +
1 file changed, 1 insertion(+)
diff -puN arch/um/drivers/ubd_kern.c~fix-uml-ubd_kern-build-error arch/um/drivers/ubd_kern.c
--- 2.6.24-rc1/arch/um/drivers/ubd_kern.c~fix-uml-ubd_kern-build-error 2007-10-25 17:15:42.000000000 +0530
+++ 2.6.24-rc1-balbir/arch/um/drivers/ubd_kern.c 2007-10-25 17:15:57.000000000 +0530
@@ -35,6 +35,7 @@
#include "linux/genhd.h"
#include "linux/spinlock.h"
#include "linux/platform_device.h"
+#include "linux/scatterlist.h"
#include "asm/segment.h"
#include "asm/uaccess.h"
#include "asm/irq.h"
_
--
Warm Regards,
Balbir Singh
Linux Technology Center
IBM, ISTL
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [x86 patch] Fix UML ubd_kern.c build error
2007-10-25 11:50 [x86 patch] Fix UML ubd_kern.c build error Balbir Singh
@ 2007-10-25 12:08 ` WANG Cong
2007-10-25 12:37 ` Balbir Singh
0 siblings, 1 reply; 3+ messages in thread
From: WANG Cong @ 2007-10-25 12:08 UTC (permalink / raw)
To: Balbir Singh; +Cc: Thomas Gleixner, Ingo Molnar, Linux Kernel Mailing List
On Thu, Oct 25, 2007 at 05:20:20PM +0530, Balbir Singh wrote:
>
>
>Fix UML build error, include linux/scatterlist.h in arch/um/drivers/ubd_kern.c,
>to resolve the definition of sg_page()
>
>Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
This is already fixed by me[1]. ;)
[1] http://lkml.org/lkml/2007/10/24/86
Regards.
--
May the Source Be With You.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [x86 patch] Fix UML ubd_kern.c build error
2007-10-25 12:08 ` WANG Cong
@ 2007-10-25 12:37 ` Balbir Singh
0 siblings, 0 replies; 3+ messages in thread
From: Balbir Singh @ 2007-10-25 12:37 UTC (permalink / raw)
To: WANG Cong; +Cc: Thomas Gleixner, Ingo Molnar, Linux Kernel Mailing List
WANG Cong wrote:
> On Thu, Oct 25, 2007 at 05:20:20PM +0530, Balbir Singh wrote:
>>
>> Fix UML build error, include linux/scatterlist.h in arch/um/drivers/ubd_kern.c,
>> to resolve the definition of sg_page()
>>
>> Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
>
> This is already fixed by me[1]. ;)
>
> [1] http://lkml.org/lkml/2007/10/24/86
>
> Regards.
>
Excellent! Thanks for pointing me to the fix
--
Warm Regards,
Balbir Singh
Linux Technology Center
IBM, ISTL
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-25 12:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25 11:50 [x86 patch] Fix UML ubd_kern.c build error Balbir Singh
2007-10-25 12:08 ` WANG Cong
2007-10-25 12:37 ` Balbir Singh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox