From: Jan Kiszka <jan.kiszka@domain.hid>
To: Alexis Berlemont <berlemont.hauw@domain.hid>
Cc: Xenomai-core@domain.hid
Subject: [Xenomai-core] [PATCH] comedi: Fix include for do_div
Date: Fri, 04 Jul 2008 19:57:26 +0200 [thread overview]
Message-ID: <486E6486.5060000@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 598 bytes --]
Required with 2.6.26 where there is no more calc64. And asm/div64.h is
what you actually want.
Jan
PS: Kernel-style reformatting would be nice - one day... :->
Index: ksrc/drivers/comedi/instruction.c
===================================================================
--- ksrc/drivers/comedi/instruction.c (Revision 4017)
+++ ksrc/drivers/comedi/instruction.c (Arbeitskopie)
@@ -25,7 +25,7 @@
#include <linux/module.h>
#include <linux/ioport.h>
#include <linux/mman.h>
-#include <linux/calc64.h>
+#include <asm/div64.h>
#include <asm/io.h>
#include <asm/errno.h>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
next reply other threads:[~2008-07-04 17:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-04 17:57 Jan Kiszka [this message]
2008-07-07 21:12 ` [Xenomai-core] [PATCH] comedi: Fix include for do_div Alexis Berlemont
2008-07-08 7:45 ` Jan Kiszka
2008-07-08 10:35 ` berlemont.hauw
2008-07-08 10:49 ` Jan Kiszka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=486E6486.5060000@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=Xenomai-core@domain.hid \
--cc=berlemont.hauw@domain.hid \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.