wjasper / Linux_Drivers

Open source Linux device drivers
GNU General Public License v3.0
110 stars 64 forks source link

include pmd.h in header #16

Closed PolynomialDivision closed 6 years ago

PolynomialDivision commented 6 years ago

Hi, I'm a bit confused. If I include the usb-20X.h headerfile I would assume that I don't have to include other dependencies. So just include this header file?

wjasper commented 6 years ago

I'm not following the logic here. usb-20X.h does not need to include pmd.h, but usb-20X.c does