Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366636
b: refs/heads/master
c: 2bf0f93
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2013
1 parent c4733f3 commit c09d203
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05ad412a63d66175f8f5a3d08894cf3f1d118cbc
refs/heads/master: 2bf0f93e0d3044478bdd9e3dada19799d34dbfc2
4 changes: 2 additions & 2 deletions trunk/drivers/media/common/siano/smscoreapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ static int smscore_init_ir(struct smscore_device_t *coredev)
*
* @return 0 on success, <0 on error.
*/
int smscore_configure_board(struct smscore_device_t *coredev)
static int smscore_configure_board(struct smscore_device_t *coredev)
{
struct sms_board *board;

Expand Down Expand Up @@ -1298,7 +1298,7 @@ static int smscore_detect_mode(struct smscore_device_t *coredev)
*
* @return 0 on success, <0 on error.
*/
int smscore_init_device(struct smscore_device_t *coredev, int mode)
static int smscore_init_device(struct smscore_device_t *coredev, int mode)
{
void *buffer;
struct sms_msg_data *msg;
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/media/common/siano/smsdvb-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct smsdvb_debugfs {
wait_queue_head_t stats_queue;
};

void smsdvb_print_dvb_stats(struct smsdvb_debugfs *debug_data,
static void smsdvb_print_dvb_stats(struct smsdvb_debugfs *debug_data,
struct sms_stats *p)
{
int n = 0;
Expand Down Expand Up @@ -151,7 +151,7 @@ void smsdvb_print_dvb_stats(struct smsdvb_debugfs *debug_data,
wake_up(&debug_data->stats_queue);
}

void smsdvb_print_isdb_stats(struct smsdvb_debugfs *debug_data,
static void smsdvb_print_isdb_stats(struct smsdvb_debugfs *debug_data,
struct sms_isdbt_stats *p)
{
int i, n = 0;
Expand Down Expand Up @@ -241,7 +241,7 @@ void smsdvb_print_isdb_stats(struct smsdvb_debugfs *debug_data,
wake_up(&debug_data->stats_queue);
}

void smsdvb_print_isdb_stats_ex(struct smsdvb_debugfs *debug_data,
static void smsdvb_print_isdb_stats_ex(struct smsdvb_debugfs *debug_data,
struct sms_isdbt_stats_ex *p)
{
int i, n = 0;
Expand Down

0 comments on commit c09d203

Please sign in to comment.