Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219657
b: refs/heads/master
c: a2b4e5f
h: refs/heads/master
i:
  219655: b0d9ded
v: v3
  • Loading branch information
Neil Munro authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent a9c567f commit cf37854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bed49c69453641a2fd80d90f5a3b5204107eb459
refs/heads/master: a2b4e5f4474192808b3f61e6c05519797aa9594c
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rt2860/eeprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* Public function declarations for prom-based chipset
************************************************************************/
int rtmp_ee_prom_read16(struct rt_rtmp_adapter *pAd,
u16 Offset, u16 * pValue);
u16 Offset, u16 *pValue);
#endif /* RTMP_PCI_SUPPORT // */
#ifdef RTMP_USB_SUPPORT
/*************************************************************************
Expand All @@ -55,7 +55,7 @@ int RTUSBReadEEPROM16(struct rt_rtmp_adapter *pAd,
#ifdef RT30xx
#ifdef RTMP_EFUSE_SUPPORT
int rtmp_ee_efuse_read16(struct rt_rtmp_adapter *pAd,
u16 Offset, u16 * pValue);
u16 Offset, u16 *pValue);
#endif /* RTMP_EFUSE_SUPPORT // */
#endif /* RT30xx // */

Expand Down

0 comments on commit cf37854

Please sign in to comment.