Fix a typo

SVN-Revision: 6630
owl
Florian Fainelli 2007-03-21 18:47:41 +00:00
parent 16d645378e
commit 0499278053
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ diff -urN linux-2.6.19.1/include/linux/atmdev.h linux-2.6.19.1.new/include/linux
void *dev_data; /* per-device data */ void *dev_data; /* per-device data */
void *proto_data; /* per-protocol data */ void *proto_data; /* per-protocol data */
struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ struct k_atm_aal_stats *stats; /* pointer to AAL stats group */
+#if defined(CONFIG_MIP_BCM963XX) +#if defined(CONFIG_MIPS_BCM963XX)
+ struct sock *sk; /* socket backpointer */ + struct sock *sk; /* socket backpointer */
+#endif +#endif
/* SVC part --- may move later ------------------------------------- */ /* SVC part --- may move later ------------------------------------- */