diff options
author | Bdale Garbee <bdale@gag.com> | 2016-12-13 00:24:34 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2016-12-13 00:24:34 -0700 |
commit | 4163d88ed36ce8863218366f1fb504f7061a4ca5 (patch) | |
tree | bd1fe9479d482cd4fac01181d2e04425ae6f0852 | |
parent | e964a65fd99dd431c6ad9d6baeb0580730b01cd7 (diff) |
need a patch to handle cherry-pickdebian/1.6.8-3
-rw-r--r-- | debian/patches/need-more-static.diff | 13 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/need-more-static.diff b/debian/patches/need-more-static.diff new file mode 100644 index 00000000..324d03a1 --- /dev/null +++ b/debian/patches/need-more-static.diff @@ -0,0 +1,13 @@ +diff --git a/src/stm/ao_usb_stm.c b/src/stm/ao_usb_stm.c +index 0de501ab..f2b8ea94 100644 +--- a/src/stm/ao_usb_stm.c ++++ b/src/stm/ao_usb_stm.c +@@ -174,7 +174,7 @@ static inline uint32_t ao_usb_epr_dtog_tx(uint32_t epr) { + * Set current device address and mark the + * interface as active + */ +-void ++static void + ao_usb_set_address(uint8_t address) + { + debug("ao_usb_set_address %02x\n", address); diff --git a/debian/patches/series b/debian/patches/series index bb3937e1..9fb713b1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ pdclib-use-target-ar.diff +need-more-static.diff |