Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1208926
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: Tree for Aug 17 (staging/hfi1) |
| Date | 2015-08-18 00:40 +0200 |
| Message-ID | <pYBeq-407-7@gated-at.bofh.it> (permalink) |
| References | <pYqiZ-55s-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/17/15 03:55, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20150813:
>
Several items:
A: these and other similar errors:
In file included from ../drivers/staging/hfi1/chip.c:61:0:
../drivers/staging/hfi1/chip.c: In function â__hfi1_trace_LINKVERBâ:
../drivers/staging/hfi1/trace.h:1357:20: error: function â__hfi1_trace_LINKVERBâ can never be inlined because it uses variable argument lists
static inline void __hfi1_trace_##fn(const char *func, char *fmt, ...) \
^
../drivers/staging/hfi1/chip.c: In function â__hfi1_trace_CNTRâ:
../drivers/staging/hfi1/trace.h:1357:20: error: function â__hfi1_trace_CNTRâ can never be inlined because it uses variable argument lists
static inline void __hfi1_trace_##fn(const char *func, char *fmt, ...) \
^
../drivers/staging/hfi1/chip.c: In function â__hfi1_trace_DC8051â:
../drivers/staging/hfi1/trace.h:1357:20: error: function â__hfi1_trace_DC8051â can never be inlined because it uses variable argument lists
static inline void __hfi1_trace_##fn(const char *func, char *fmt, ...) \
^
../drivers/staging/hfi1/chip.c: In function â__hfi1_trace_RCVCTRLâ:
../drivers/staging/hfi1/trace.h:1357:20: error: function â__hfi1_trace_RCVCTRLâ can never be inlined because it uses variable argument lists
static inline void __hfi1_trace_##fn(const char *func, char *fmt, ...) \
^
../drivers/staging/hfi1/chip.c: In function â__hfi1_trace_TIDâ:
../drivers/staging/hfi1/trace.h:1357:20: error: function â__hfi1_trace_TIDâ can never be inlined because it uses variable argument lists
static inline void __hfi1_trace_##fn(const char *func, char *fmt, ...) \
^
B: When CONFIG_PCI is not enabled, lots of these errors:
In file included from ../drivers/staging/hfi1/chip.c:60:0:
../drivers/staging/hfi1/hfi.h:508:20: error: field âmsixâ has incomplete type
struct msix_entry msix;
^
../drivers/staging/hfi1/chip.c: In function âdisable_intxâ:
../drivers/staging/hfi1/chip.c:8667:2: error: implicit declaration of function âpci_intxâ [-Werror=implicit-function-declaration]
pci_intx(pdev, 0);
^
so the driver should depend on PCI or maybe even PCI_MSI.
C. Please provide some contact info, e.g. in a TODO file or the MAINTAINERS file.
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: Tree for Aug 17 Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-17 13:00 +0200
Re: linux-next: Tree for Aug 17 (mshyperv.c) Randy Dunlap <rdunlap@infradead.org> - 2015-08-17 19:40 +0200
RE: linux-next: Tree for Aug 17 (mshyperv.c) KY Srinivasan <kys@microsoft.com> - 2015-08-17 20:00 +0200
Re: linux-next: Tree for Aug 17 (staging/hfi1) Randy Dunlap <rdunlap@infradead.org> - 2015-08-18 00:40 +0200
RE: linux-next: Tree for Aug 17 (staging/hfi1) "Marciniszyn, Mike" <mike.marciniszyn@intel.com> - 2015-08-18 16:30 +0200
Re: linux-next: Tree for Aug 17 (staging/hfi1) Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-19 01:30 +0200
csiph-web