[FE training-materials-updates] Remove slide "Supported kernel version"

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jul 16 16:09:50 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=6dde81d0d27bdc27eeb1dfcea8050e442b6694f5

>---------------------------------------------------------------

commit 6dde81d0d27bdc27eeb1dfcea8050e442b6694f5
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Jul 16 15:45:05 2014 +0200

    Remove slide "Supported kernel version"
    
    This slide is relatively useless as most of the APIs we present do not
    change often in the kernel. Moreover, we do not update this
    information in a very thorough manner, and this information was coming
    *before* we talk about the constantly evolving in-kernel API.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

6dde81d0d27bdc27eeb1dfcea8050e442b6694f5
 .../kernel-source-code-drivers.tex                 |   10 ----------
 1 file changed, 10 deletions(-)

diff --git a/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex b/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
index 22c1049..4fae6cf 100644
--- a/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
+++ b/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
@@ -1,16 +1,6 @@
 \subsection{Linux Code and Device Drivers}
 
 \begin{frame}
-  \frametitle{Supported kernel version}
-  \begin{itemize}
-  \item The APIs covered in these training slides should be compliant
-    with Linux 3.11.
-  \item We may also mention features in more recent kernels.
-  \end{itemize}
-\end{frame}
-
-
-\begin{frame}
   \frametitle{Programming language}
   \begin{itemize}
   \item Implemented in C like all Unix systems. (C was created to



More information about the training-materials-updates mailing list