mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
staging: cxt1e1: remove unnecessary function, VMETRO_TRACE
VMETRO_TRACE isn't called from anywhere. So delete it. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0b15862d46
commit
ce8386da74
@ -262,15 +262,6 @@ void sd_recv_consume(void *token, size_t len, void *user)
|
|||||||
#include "comet.h"
|
#include "comet.h"
|
||||||
|
|
||||||
extern ci_t *CI; /* dummy pointer to board ZERO's data */
|
extern ci_t *CI; /* dummy pointer to board ZERO's data */
|
||||||
void
|
|
||||||
VMETRO_TRACE (void *x)
|
|
||||||
{
|
|
||||||
u_int32_t y = (u_int32_t) x;
|
|
||||||
|
|
||||||
pci_write_32 ((u_int32_t *) &CI->cpldbase->leds, y);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
VMETRO_TRIGGER (ci_t *ci, int x)
|
VMETRO_TRIGGER (ci_t *ci, int x)
|
||||||
{
|
{
|
||||||
|
@ -96,7 +96,6 @@ void sbeid_set_bdtype (ci_t *ci);
|
|||||||
void sbeid_set_hdwbid (ci_t *ci);
|
void sbeid_set_hdwbid (ci_t *ci);
|
||||||
u_int32_t sbeCrc (u_int8_t *, u_int32_t, u_int32_t, u_int32_t *);
|
u_int32_t sbeCrc (u_int8_t *, u_int32_t, u_int32_t, u_int32_t *);
|
||||||
|
|
||||||
void VMETRO_TRACE (void *); /* put data into 8 LEDs */
|
|
||||||
void VMETRO_TRIGGER (ci_t *, int); /* Note: int = 0(default)
|
void VMETRO_TRIGGER (ci_t *, int); /* Note: int = 0(default)
|
||||||
* thru 15 */
|
* thru 15 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user