> From: Jonathan Cameron <jic23@xxxxxxxxxx> > Sent: Sunday, February 20, 2022 6:37 PM > To: linux-iio@xxxxxxxxxxxxxxx > Cc: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>; Sa, Nuno > <Nuno.Sa@xxxxxxxxxx> > Subject: [PATCH 4/5] iio: adc: adi-axi: Move exported symbols into > IIO_ADI_AXI namespace. > > [External] > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Avoid unnecessary pollution of the global symbol namespace by > moving library functions in to a specific namespace and import > that into the drivers that make use of the functions. > > For more info: > https://urldefense.com/v3/__https://lwn.net/Articles/760045/__;!!A > 3Ni8CS0y2Y!qj7laM0qKDhsEb1sYjTacTG- > mo7keClzXaoXpymZHqh9LV3hfXIgR01onST88w$ > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: Nuno Sá <nuno.sa@xxxxxxxxxx> > --- Reviewed-by: Nuno Sá <nuno.sa@xxxxxxxxxx>