diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-15 10:12:14 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-15 10:12:14 +0000 |
commit | 6e25f2bb3e0d03d0a9268b40726c49e8d77439ad (patch) | |
tree | 0be6468604c266ec12c184dcf519f2c53a95790f /v4l/ChangeLog | |
parent | 12c8d4bd89de115b407917fa0afcadd53729396c (diff) | |
download | mediapointer-dvb-s2-6e25f2bb3e0d03d0a9268b40726c49e8d77439ad.tar.gz mediapointer-dvb-s2-6e25f2bb3e0d03d0a9268b40726c49e8d77439ad.tar.bz2 |
Fix compilation with Alpha
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- BOOT_SIZE name is also used at alpha and were breaking
compiling with allyesconfig.
- All BOOT_* renamed to AV7110_BOOT* to fix and keep names
with the same style.
Thanks to Andrew Morton for pointing this.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 0f3acff44..1e93ad75e 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2006-01-15 10:08 mchehab + + * linux/drivers/media/dvb/ttpci/av7110_hw.c: (load_dram), + (av7110_bootarm): + * linux/drivers/media/dvb/ttpci/av7110_hw.h: + - BOOT_SIZE name is also used at alpha and were breaking + compiling with allyesconfig. + - All BOOT_* renamed to AV7110_BOOT* to fix and keep names + with the same style. + Thanks to Andrew Morton for pointing this. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-15 09:48 mchehab * linux/drivers/media/dvb/dvb-core/dvbdev.c: (dvb_register_device), |