aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2012-04-12 14:35:15 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-04-12 14:35:16 -0700
commit3107d7274a56047d5e6e850ebcacdb8875aaa435 (patch)
tree6661cae00d92e5e60282b93a66dd4a9f407c7635
parentf0307c88e2437a0c0535f52a56fe0916ade418f4 (diff)
parentf6bacdc36d45edf1e6ed8ee5aee0ad5943b9bc11 (diff)
downloadsource.android.com-3107d7274a56047d5e6e850ebcacdb8875aaa435.tar.gz
Merge "Remove notes about fixing a kernel header"
-rw-r--r--src/source/initializing.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/source/initializing.md b/src/source/initializing.md
index 442aa035..8893929b 100644
--- a/src/source/initializing.md
+++ b/src/source/initializing.md
@@ -101,14 +101,6 @@ guaranteed to work on branches other than master.
g++-multilib mingw32 openjdk-6-jdk tofrodos python-markdown \
libxml2-utils xsltproc zlib1g-dev:i386
-You may also need to fix a compilation issue in a kernel header:
-
- $ sudo vim /usr/include/linux/usb/ch9.h # line 592
-
- # return le16_to_cpu(epd->wMaxPacketSize);
- return __le16_to_cpu(epd->wMaxPacketSize);
-
-
## Configuring USB Access ##
Under GNU/linux systems (and specifically under Ubuntu systems),