diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-16 12:28:45 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-16 12:28:45 +0000 |
commit | e9ba68260349b4194b73b4f9871c7d285bd6a273 (patch) | |
tree | c070c40f8590ed5d83f75b5b0628d7c82b6d8049 /v4l | |
parent | 49d11227095eb70349cfc649d841e931b6c9e66d (diff) | |
download | mediapointer-dvb-s2-e9ba68260349b4194b73b4f9871c7d285bd6a273.tar.gz mediapointer-dvb-s2-e9ba68260349b4194b73b4f9871c7d285bd6a273.tar.bz2 |
- make saa7134 build again on older kernels.
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index ea93b70e0..d1fab8474 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -30,6 +30,7 @@ # define pm_message_t u32 # define pci_choose_state(pci_dev, state) (state) # define PCI_D0 (0) +# define assert_spin_locked(foobar) #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,7) |