summaryrefslogtreecommitdiff
path: root/ci.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-08-21 14:15:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-08-21 14:15:00 +0200
commita8fe90b28bdd9643cfd4168c006069d165cef101 (patch)
tree80cd5820ce9be0d4a803e1f9c55188b9eb68208d /ci.c
parent0b9aa1c1a8c5df42270866baf5f80cfb73cccdea (diff)
downloadvdr-a8fe90b28bdd9643cfd4168c006069d165cef101.tar.gz
vdr-a8fe90b28bdd9643cfd4168c006069d165cef101.tar.bz2
Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own inline functions1.3.30
Diffstat (limited to 'ci.c')
-rw-r--r--ci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci.c b/ci.c
index b99c5495..94a5cd63 100644
--- a/ci.c
+++ b/ci.c
@@ -4,11 +4,10 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.c 1.26 2005/08/20 15:27:35 kls Exp $
+ * $Id: ci.c 1.27 2005/08/21 14:10:27 kls Exp $
*/
#include "ci.h"
-#include <asm/unaligned.h>
#include <ctype.h>
#include <linux/dvb/ca.h>
#include <malloc.h>