Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363126
b: refs/heads/master
c: 4a6692e
h: refs/heads/master
v: v3
  • Loading branch information
David Brown authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent cc570eb commit 225b830
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 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: 7b67d5610879c8f1851a47fd5adfe7e924f3fe53
refs/heads/master: 4a6692e2ac4c6b09235a9568468dd83a380c271d
2 changes: 1 addition & 1 deletion trunk/drivers/ssbi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
menu "Qualcomm MSM SSBI bus support"

config MSM_SSBI
bool "Qualcomm Single-wire Serial Bus Interface (SSBI)"
tristate "Qualcomm Single-wire Serial Bus Interface (SSBI)"
help
If you say yes to this option, support will be included for the
built-in SSBI interface on Qualcomm MSM family processors.
Expand Down
11 changes: 0 additions & 11 deletions trunk/include/linux/msm_ssbi.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ struct msm_ssbi_platform_data {
enum msm_ssbi_controller_type controller_type;
};

#ifdef CONFIG_MSM_SSBI
int msm_ssbi_write(struct device *dev, u16 addr, u8 *buf, int len);
int msm_ssbi_read(struct device *dev, u16 addr, u8 *buf, int len);
#else
static inline int msm_ssbi_write(struct device *dev, u16 addr, u8 *buf, int len)
{
return -ENXIO;
}
static inline int msm_ssbi_read(struct device *dev, u16 addr, u8 *buf, int len)
{
return -ENXIO;
}
#endif
#endif

0 comments on commit 225b830

Please sign in to comment.