dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/rts5139
Roger Tseng 355d8ae57b staging: rts5139: fixed issues when config to built-in object
Fixed two issues when CONFIG_RTS5139=y :

  - Makefile doesn't take $(CONFIG_RTS5139). It always uses obj-m and built as
    a loadable module.
  - Rename some symbols with prefix 'rts51x_' to prevent symbol name collisions
    with drivers/staging/rts_pstor when both are configured to be built-in
    objects.

  drivers/staging/rts5139/built-in.o: In function `xd_cleanup_work':
  (.text+0x1435d): multiple definition of `xd_cleanup_work'
  drivers/staging/rts_pstor/built-in.o:(.text+0x2b96a): first defined here
  drivers/staging/rts5139/built-in.o: In function `release_xd_card':
  (.text+0x14393): multiple definition of `release_xd_card'
  drivers/staging/rts_pstor/built-in.o:(.text+0x2c491): first defined here
  drivers/staging/rts5139/built-in.o: In function `set_sense_data':
  (.text+0x1e02): multiple definition of `set_sense_data'
  drivers/staging/rts_pstor/built-in.o:(.text+0xa79f): first defined here
  drivers/staging/rts5139/built-in.o: In function `ms_delay_write':
  ...

Signed-off-by: Roger Tseng <rogerable@realtek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-22 15:58:22 -07:00
..
Kconfig
Makefile staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
TODO
debug.h
ms.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
ms.h staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
ms_mg.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
ms_mg.h staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x.h staging: rts5139: remove unused variable in rts51x.h 2012-05-10 09:57:21 -07:00
rts51x_card.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x_card.h staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x_chip.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x_chip.h staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x_fop.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x_fop.h staging: rts5139: remove disabled code in rts51x_fop.* 2012-05-09 13:26:12 -07:00
rts51x_scsi.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x_scsi.h staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
rts51x_transport.c staging: "rts5139" Fix typos. 2012-05-14 13:31:09 -07:00
rts51x_transport.h staging: rts5139: remove unused rts51x_reset_pipe in rts51x_transport.* 2012-05-10 09:57:17 -07:00
sd.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
sd.h staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
sd_cprm.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
sd_cprm.h staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
trace.h staging: rts5139: substitute rts51x_dump by print_hex_dump 2012-08-13 18:52:34 -07:00
xd.c staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00
xd.h staging: rts5139: fixed issues when config to built-in object 2012-10-22 15:58:22 -07:00