Skip to content

Commit

Permalink
staging: tidspbridge: remove gb bitmap implementation
Browse files Browse the repository at this point in the history
Now that all users of gb have been converted to the
standard linux bitmap API, we can remove it from the
gen library.

Signed-off-by: Ionut Nicu <ionut.nicu@mindbit.ro>
Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
  • Loading branch information
Ionut Nicu authored and Omar Ramirez Luna committed Feb 5, 2011
1 parent b5a38ab commit 6d7e925
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 245 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/tidspbridge/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
obj-$(CONFIG_TIDSPBRIDGE) += bridgedriver.o

libgen = gen/gb.o gen/gh.o gen/uuidutil.o
libgen = gen/gh.o gen/uuidutil.o
libcore = core/chnl_sm.o core/msg_sm.o core/io_sm.o core/tiomap3430.o \
core/tiomap3430_pwr.o core/tiomap_io.o \
core/ue_deh.o core/wdt.o core/dsp-clock.o core/sync.o
Expand Down
165 changes: 0 additions & 165 deletions drivers/staging/tidspbridge/gen/gb.c

This file was deleted.

79 changes: 0 additions & 79 deletions drivers/staging/tidspbridge/include/dspbridge/gb.h

This file was deleted.

0 comments on commit 6d7e925

Please sign in to comment.