Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14372
b: refs/heads/master
c: bd6af70
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Nov 17, 2005
1 parent d3a74d9 commit 0ce2172
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 976164497d6d8050403c96894ad418de44ec748f
refs/heads/master: bd6af700a7191f483f41706467033588f28c8877
2 changes: 0 additions & 2 deletions trunk/arch/ppc/platforms/85xx/mpc85xx_ads_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#define BCSR_ADDR ((uint)0xf8000000)
#define BCSR_SIZE ((uint)(32 * 1024))

struct seq_file;

extern int mpc85xx_ads_show_cpuinfo(struct seq_file *m);
extern void mpc85xx_ads_init_IRQ(void) __init;
extern void mpc85xx_ads_map_io(void) __init;
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/ppc/platforms/85xx/stx_gp3.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <linux/config.h>
#include <linux/init.h>
#include <linux/seq_file.h>
#include <asm/ppcboot.h>

#define BOARD_CCSRBAR ((uint)0xe0000000)
Expand All @@ -42,6 +43,7 @@ extern void mpc85xx_setup_hose(void) __init;
extern void mpc85xx_restart(char *cmd);
extern void mpc85xx_power_off(void);
extern void mpc85xx_halt(void);
extern int mpc85xx_show_cpuinfo(struct seq_file *m);
extern void mpc85xx_init_IRQ(void) __init;
extern unsigned long mpc85xx_find_end_of_memory(void) __init;
extern void mpc85xx_calibrate_decr(void) __init;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_highspeed.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static void hstcp_init(struct sock *sk)
}

static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt,
u32 in_flight, u32 pkts_acked)
u32 in_flight, int data_acked)
{
struct tcp_sock *tp = tcp_sk(sk);
struct hstcp *ca = inet_csk_ca(sk);
Expand Down

0 comments on commit 0ce2172

Please sign in to comment.