summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr/amrio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/amr/amrio.h')
-rw-r--r--sys/dev/amr/amrio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amrio.h b/sys/dev/amr/amrio.h
index bc06a86..9c81d2d 100644
--- a/sys/dev/amr/amrio.h
+++ b/sys/dev/amr/amrio.h
@@ -108,7 +108,7 @@ struct amr_user_ioctl {
#define AMR_IO_COMMAND _IOWR('A', 0x201, struct amr_user_ioctl)
-#if defined(__amd64__) || defined(__ia64__)
+#if defined(__amd64__)
struct amr_user_ioctl32 {
unsigned char au_cmd[32]; /* command text from userspace */
OpenPOWER on IntegriCloud