Hi Mark > > simple-card.h includes soc.h, and soc.h includes soc-dai.h > > Let's remove these header. > > It's not automatically good to remove headers, one common reason for > build breaks is that a file will rely on some header including another > header for an API it uses but then the header will change and the C file > will stop building. It's better to directly include any headers that > are being used to avoid issues like this. OK, fair enough. Please drop this (and [02/49] ?) patch